Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dm/unbash-subtree'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Jun 2013 21:56:24 +0000
(14:56 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Jun 2013 21:56:24 +0000
(14:56 -0700)
It turns out that git-subtree script does not have to be run with
bash.
* dm/unbash-subtree:
contrib/git-subtree: Use /bin/sh interpreter instead of /bin/bash
contrib/subtree/git-subtree.sh
patch
|
blob
|
history
raw
(from parent 1:
eb26947
)
diff --git
a/contrib/subtree/git-subtree.sh
b/contrib/subtree/git-subtree.sh
index 10daa8b0eb3352305347354d09ef443993af7809..51ae932e5edc54db32fca93e8f6f8aca1bea32f4 100755
(executable)
--- a/
contrib/subtree/git-subtree.sh
+++ b/
contrib/subtree/git-subtree.sh
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/bin/sh
#
# git-subtree.sh: split/join git repositories in subdirectories of this one
#