Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'yk/filter-branch-non-committish-refs' into next
[gitweb.git]
/
git-stash.sh
diff --git
a/git-stash.sh
b/git-stash.sh
index 5f1e14bdca3cb9c95fea92f1f1db67c05b7e2f94..94793c1a913abf569ff9101d935c355b9eb27648 100755
(executable)
--- a/
git-stash.sh
+++ b/
git-stash.sh
@@
-317,7
+317,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