]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tg/stash-untracked-with-pathspec-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2018 23:25:45 +0000 (08:25 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2018 23:25:45 +0000 (08:25 +0900)
commitcbf033943978fca4aed24fc107485eb74c63ddde
treea643c2afcd4036c28be7222cf123bdbcd6e669af
parentca923f72653f5bfc61933ee334ca5fe34d4fe5f0
parent353278687e1a1a501c10431bcfe5605b5811d756
Merge branch 'tg/stash-untracked-with-pathspec-fix'

"git stash push -u -- <pathspec>" gave an unnecessary and confusing
error message when there was no tracked files that match the
<pathspec>, which has been fixed.

* tg/stash-untracked-with-pathspec-fix:
  stash: drop superfluos pathspec parameter
  stash push -u: don't create empty stash
  stash push: avoid printing errors
  stash: fix nonsense pipeline
git-stash.sh