From: Junio C Hamano Date: Tue, 28 Mar 2017 21:05:58 +0000 (-0700) Subject: Merge branch 'tg/stash-push-fixup' X-Git-Tag: v2.13.0-rc0~58 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a612436f1479b0f7db9a80f9ba34037ab52bfc12 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 --- a612436f1479b0f7db9a80f9ba34037ab52bfc12