diff options
Diffstat (limited to 'git-stash.sh')
-rwxr-xr-x | git-stash.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-stash.sh b/git-stash.sh index c8c5c5648e..ec18ef6d46 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -132,7 +132,7 @@ apply_stash () { # Main command set case "$1" in -list) +list | '') shift if test $# = 0 then @@ -152,7 +152,7 @@ apply) clear) clear_stash ;; -'') +save) save_stash && git-reset --hard ;; *) |