when using linked git, use the same branch as the main repo
This commit is contained in:
3
download
3
download
@@ -52,8 +52,9 @@ if [ -d .git ] ; then
|
|||||||
else
|
else
|
||||||
# space-saving clone from another local workdir
|
# space-saving clone from another local workdir
|
||||||
mkdir clone
|
mkdir clone
|
||||||
|
branch=$(git symbolic-ref HEAD | cut -d"/" -f 3)
|
||||||
for i in $GIT_REPO_NAMES ; do
|
for i in $GIT_REPO_NAMES ; do
|
||||||
bin/git-new-workdir $GIT_LINK_SRC/$i clone/$i
|
bin/git-new-workdir $GIT_LINK_SRC/$i clone/$i $branch
|
||||||
for d in clone/$i/* ; do
|
for d in clone/$i/* ; do
|
||||||
if [ "${d}" != "clone/$i/git-hooks" ]; then
|
if [ "${d}" != "clone/$i/git-hooks" ]; then
|
||||||
ln -sfn ${d} $(basename ${d})
|
ln -sfn ${d} $(basename ${d})
|
||||||
|
Reference in New Issue
Block a user