Merge branch 'dm/unbash-subtree'
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
This commit is contained in:
commit
779fd737d7
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# git-subtree.sh: split/join git repositories in subdirectories of this one
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user