Revert "git stash: avoid data loss when "git stash save" kills a directory"
commitc1ebd90c832e28ff27654c21f9985aebe986352d
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2013 16:53:43 +0000 (14 09:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2013 16:53:43 +0000 (14 09:53 -0700)
treef0f667fa35abcf6fd80c38ca988827f8f2c93225
parent425df881e08bed7a8fcc9a23f452cff792f9ec6c
Revert "git stash: avoid data loss when "git stash save" kills a directory"

This reverts commit a73653130edd6a8977106d45a8092c09040f9132, as it
has been reported that "ls-files --killed" is too time-consuming in
a deep directory with too many untracked crufts (e.g. $HOME/.git
tracking only a few files).

We'd need to revisit it later but "ls-files --killed" needs to be
optimized before it happens.
Documentation/git-stash.txt
git-stash.sh
t/t3903-stash.sh