Comment 3 for bug 1301435

Revision history for this message
Jon-Paul Sullivan (jonpaul-sullivan) wrote :

A general solution may be to fetch all of the remote branches and make them local branches, as follows:

git --git-dir=$CACHE_PATH/.git fetch --update-head-ok $REPOLOCATION +refs/heads/*:refs/heads/*

This is the fix I will propose.