Merge branch 'nm/stash-untracked'
commit0ca2f3241aadd99265b3e864fe68dddffdeff84f
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:13:07 +0000 (23 14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:13:07 +0000 (23 14:13 -0700)
treea7040fc6df6fd725d3454c5b5cb4929f53c44051
parentfa2a4bba2cc60bde49d5a64b4df6ae6d36cfa044
parentbbffd87d3223b2f5782918eab2e011931bdffdcc
Merge branch 'nm/stash-untracked'

"git stash -u" used the contents of the committed version of the
".gitignore" file to decide which paths are ignored, even when the
file has local changes.  The command has been taught to instead use
the locally modified contents.

* nm/stash-untracked:
  stash: clean untracked files before reset
git-stash.sh