Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/subtree-prefix'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Mar 2014 20:50:59 +0000
(13:50 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Mar 2014 20:50:59 +0000
(13:50 -0700)
A stray environment variable $prefix could have leaked into and
affected the behaviour of the "subtree" script.
* jk/subtree-prefix:
subtree: initialize "prefix" variable
contrib/subtree/git-subtree.sh
patch
|
blob
|
history
raw
(from parent 1:
0ddcc9c
)
diff --git
a/contrib/subtree/git-subtree.sh
b/contrib/subtree/git-subtree.sh
index dc59a91031ea6815456e5c86f5494bf56858c0d1..db925ca76991c635ea53fe7f38d6608d08dfc4d5 100755
(executable)
--- a/
contrib/subtree/git-subtree.sh
+++ b/
contrib/subtree/git-subtree.sh
@@
-46,6
+46,7
@@
ignore_joins=
annotate=
squash=
message=
+prefix=
debug()
{