]> git.proxmox.com Git - libgit2.git/commit - tests/stash/apply.c
stash: stage new files when unstashing them
authorEdward Thomson <ethomson@edwardthomson.com>
Sat, 20 Jun 2015 23:33:15 +0000 (19:33 -0400)
committerEdward Thomson <ethomson@edwardthomson.com>
Thu, 25 Jun 2015 22:34:38 +0000 (18:34 -0400)
commitb7f5cb8dd767063719919780d90fc3470d340ac7
treec142b8ae2604f57a93d95198eaa20bf8497e312a
parent8960dc1ec69dd87d33e99e5e26b9982132b05113
stash: stage new files when unstashing them

Files that were new (staged additions) in the stash tree should
be staged when unstashing, even when not applying the index.
src/stash.c
tests/stash/apply.c