Re: [PATCH v2] stash: fix handling removed files with --keep-index
Thomas Gummerer writes: > git stash push --keep-index is supposed to keep all changes that have > been added to the index, both in the index and on disk. Thanks, will queue.
[PATCH v2] stash: fix handling removed files with --keep-index
git stash push --keep-index is supposed to keep all changes that have been added to the index, both in the index and on disk. Currently this doesn't behave correctly when a file is removed from the index. Instead of keeping it deleted on disk, --keep-index currently restores the file. Fix that b