Skip to content

Commit

Permalink
tools: remote --dissociate, make old git client happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbcallen committed Mar 21, 2016
1 parent 7d844dd commit 6e856d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pull-repo-ref.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REF_REPO=$3
if [ -z $1 -o -z $2 -o -z $3 ]; then
echo "invalid call pull-repo.sh '$1' '$2' '$3'"
elif [ ! -d $LOCAL_WORKSPACE ]; then
git clone --dissociate --reference $REF_REPO $REMOTE_REPO $LOCAL_WORKSPACE
git clone --reference $REF_REPO $REMOTE_REPO $LOCAL_WORKSPACE
cd $LOCAL_WORKSPACE
git repack -a
else
Expand Down

0 comments on commit 6e856d6

Please sign in to comment.