diff options
author | James Bowes <jbowes@dangerouslyinc.com> | 2007-07-06 15:57:47 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-06 22:48:30 -0700 |
commit | 3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c (patch) | |
tree | d3ad5030b419b8345a67b2f168c6131b10dca10f /git-stash.sh | |
parent | 813a0bd8a4b074f7ea0094c065b211873bd86c19 (diff) | |
download | git-3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c.tar.gz git-3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c.tar.xz |
stash: allow running from a subdirectory
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 f01494dc1..7b1638c68 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 |