]> rtime.felk.cvut.cz Git - git.git/blobdiff - git-stash.sh
rev-parse: Add support for the ^! and ^@ syntax
[git.git] / git-stash.sh
index e4cb6c3e4bef5a714ff245624503a004d3c293e3..d4609ed66e56dc6021c800d60286bec38615ff39 100755 (executable)
@@ -93,7 +93,7 @@ save_stash () {
                shift
        esac
 
-       stash_msg="$1"
+       stash_msg="$*"
 
        if no_changes
        then
@@ -267,7 +267,7 @@ show)
        ;;
 save)
        shift
-       save_stash "$*"
+       save_stash "$@"
        ;;
 apply)
        shift