]> git.ipfire.org Git - thirdparty/git.git/commit
stash: drop superfluos pathspec parameter
authorThomas Gummerer <t.gummerer@gmail.com>
Wed, 21 Mar 2018 21:53:10 +0000 (21:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 22:07:46 +0000 (15:07 -0700)
commit353278687e1a1a501c10431bcfe5605b5811d756
tree59c248902aa2b39a2dfb8b1284a0e6c5e0fb6b84
parentd319bb18b1bd3e0b7269b44b9bae5db99dfbb7dd
stash: drop superfluos pathspec parameter

Since 833622a945 ("stash push: avoid printing errors", 2018-03-19) we
don't use the 'git clean' call for the pathspec case anymore.  The
commit however forgot to remove the pathspec argument to the call.
Remove the superfluos argument to make the code a little more obvious.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh