From 3cd2491aa2e5f07fa7fbeaa529b77de8c005a01c Mon Sep 17 00:00:00 2001 From: James Bowes Date: Fri, 6 Jul 2007 15:57:47 -0400 Subject: [PATCH] stash: allow running from a subdirectory Signed-off-by: James Bowes Signed-off-by: Junio C Hamano --- git-stash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/git-stash.sh b/git-stash.sh index f01494dc1b..7b1638c68c 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 -- 2.11.4.GIT