projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
813a0bd
)
stash: allow running from a subdirectory
author
James Bowes
<jbowes@dangerouslyinc.com>
Fri, 6 Jul 2007 19:57:47 +0000
(15:57 -0400)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/git-stash.sh
b/git-stash.sh
index f01494dc1bf52b79698e3a2a73be8d179a1cd61b..7b1638c68c796aee4a108263dc45b650f7bc987c 100755
(executable)
--- 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