15 Jan
2014
15 Jan
'14
6:15 p.m.
On 15 January 2014 17:08, Eric Niebler
As a practical matter, the sync repo should not be in boostorg until it has a master branch.
That's how the conversion set things up.
I discovered this anomaly by trying to check out every repo in the master branch with this git command:
git submodule foreach git checkout master
That command fails today because of sync.
It shouldn't, sync isn't a submodule of the master branch. Try using 'git submodule update --init'.