Merge branch 'tg/stash-with-pathspec-fix' into maint
commit984c8337de2e2d610d36426226c08a14b43af23f
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Feb 2018 23:18:13 +0000 (15 15:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Feb 2018 23:18:13 +0000 (15 15:18 -0800)
tree22c009a85ad30d35ae2f58475801af1bb774e677
parent1363914a6a4ad013f1cb0189e4ff63a17482bcae
parentbba067d2faf047597bc76f885fb0cf87894b5ed1
Merge branch 'tg/stash-with-pathspec-fix' into maint

"git stash -- <pathspec>" incorrectly blew away untracked files in
the directory that matched the pathspec, which has been corrected.

* tg/stash-with-pathspec-fix:
  stash: don't delete untracked files that match pathspec
git-stash.sh
t/t3903-stash.sh