]> git.ipfire.org Git - thirdparty/git.git/commitdiff
stash: allow running from a subdirectory
authorJames Bowes <jbowes@dangerouslyinc.com>
Fri, 6 Jul 2007 19:57:47 +0000 (15:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jul 2007 05:48:30 +0000 (22:48 -0700)
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh

index f01494dc1bf52b79698e3a2a73be8d179a1cd61b..7b1638c68c796aee4a108263dc45b650f7bc987c 100755 (executable)
@@ -3,6 +3,7 @@
 
 USAGE='[ | list | show | apply | clear]'
 
+SUBDIRECTORY_OK=Yes
 . git-sh-setup
 require_work_tree