when using linked git, use the same branch as the main repo

This commit is contained in:
Christian Lohmaier 2011-12-15 14:18:19 +01:00
parent ec4f2f1d81
commit 9a845f988e

View file

@ -52,8 +52,9 @@ if [ -d .git ] ; then
else
# space-saving clone from another local workdir
mkdir clone
branch=$(git symbolic-ref HEAD | cut -d"/" -f 3)
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
if [ "${d}" != "clone/$i/git-hooks" ]; then
ln -sfn ${d} $(basename ${d})