Merge branch 'yk/filter-branch-non-committish-refs' into next
[gitweb.git] / git-stash.sh
index 5f1e14bdca3cb9c95fea92f1f1db67c05b7e2f94..94793c1a913abf569ff9101d935c355b9eb27648 100755 (executable)
@@ -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