diff options
Diffstat (limited to 'git-stash.sh')
-rwxr-xr-x | git-stash.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-stash.sh b/git-stash.sh index 5c63ca5bce..eac5551380 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -3,6 +3,7 @@ USAGE='[ | list | show | apply | clear]' +SUBDIRECTORY_OK=Yes . git-sh-setup require_work_tree |