summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bowes <jbowes@dangerouslyinc.com>2007-07-06 19:57:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-07 05:48:30 (GMT)
commit3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c (patch)
treed3ad5030b419b8345a67b2f168c6131b10dca10f
parent813a0bd8a4b074f7ea0094c065b211873bd86c19 (diff)
downloadgit-3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c.zip
git-3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c.tar.gz
git-3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c.tar.bz2
stash: allow running from a subdirectory
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xgit-stash.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-stash.sh b/git-stash.sh
index f01494d..7b1638c 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