Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
stash: drop superfluos pathspec parameter
[gitweb.git]
/
git-stash.sh
diff --git
a/git-stash.sh
b/git-stash.sh
index 4e55f278bd41abc009539e61d125475b4bdfdee6..d31924aea3a03d6f7efc66c03a293406821f1af2 100755
(executable)
--- a/
git-stash.sh
+++ b/
git-stash.sh
@@
-310,7
+310,7
@@
push_stash () {
test "$untracked" = "all" && CLEAN_X_OPTION=-x || CLEAN_X_OPTION=
if test -n "$untracked" && test $# = 0
then
- git clean --force --quiet -d $CLEAN_X_OPTION
-- "$@"
+ git clean --force --quiet -d $CLEAN_X_OPTION
fi
if test $# != 0