On Tuesday, March 12, 2013 at 1:36 PM, Ori Livneh wrote:

> I filed a bug in Bugzilla so we can track this: 
> https://bugzilla.wikimedia.org/show_bug.cgi?id=46041

Platonides figured it out. Incredibly enough, in the half-sub-sub-version delta 
from 1.7.9.5 to 1.7.10, the behavior of git-clone was fixed so that it only 
fetches a single branch rather than all.

The workaround for git <1.7.10 is:

mkdir core; cd core
git init
git fetch --depth=1 https://gerrit.wikimedia.org/r/p/mediawiki/core.git 
master:refs/remotes/origin/master



--
Ori Livneh




_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to