X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-stash.sh;h=534eb168abf8b0b8ae5c2195bf85b66d9cb6b21e;hb=d577bc58a3424f4d0d7f7c8094753b92cb7cb823;hp=1c8b7f92591f87b2d32b51cca6173921c5e041b2;hpb=5e389c430d232e8b1a16e7357596328985111eab;p=git.git diff --git a/git-stash.sh b/git-stash.sh index 1c8b7f925..534eb168a 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -4,6 +4,7 @@ USAGE='[ | list | show | apply | clear]' SUBDIRECTORY_OK=Yes +OPTIONS_SPEC= . git-sh-setup require_work_tree cd_to_toplevel