Merge branch 'tg/stash-push-fixup'
commita612436f1479b0f7db9a80f9ba34037ab52bfc12
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 21:05:58 +0000 (28 14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 21:05:58 +0000 (28 14:05 -0700)
tree93e6df16e4907ba48104d4983a8e380005eb2d48
parente394fa01d65a5e182639e226f5b46eca999cd8d7
parente0e7f99ea400808cd11af72425c721c8b44193ca
Merge branch 'tg/stash-push-fixup'

Recent enhancement to "git stash push" command to support pathspec
to allow only a subset of working tree changes to be stashed away
was found to be too chatty and exposed the internal implementation
detail (e.g. when it uses reset to match the index to HEAD before
doing other things, output from reset seeped out).  These, and
other chattyness has been fixed.

* tg/stash-push-fixup:
  stash: keep untracked files intact in stash -k
  stash: pass the pathspec argument to git reset
  stash: don't show internal implementation details