https://bugzilla.wikimedia.org/show_bug.cgi?id=72001
Marius Hoch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Marius Hoch <[email protected]> --- Why not just clone with --depth 1? Seems reasonable fast to me: hoo@wikidata-hhvm:/tmp/git-test$ time git clone https://gerrit.wikimedia.org/r/mediawiki/core --depth 1 Cloning into 'core'... remote: Counting objects: 4146, done remote: Finding sources: 100% (4146/4146) remote: Getting sizes: 100% (3955/3955) remote: Compressing objects: 99% (54822/54823) remote: Total 4146 (delta 533), reused 1846 (delta 189) Receiving objects: 100% (4146/4146), 19.18 MiB | 5.05 MiB/s, done. Resolving deltas: 100% (568/568), done. Checking connectivity... done. real 0m9.855s user 0m2.675s sys 0m1.122s -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
