https://bugzilla.wikimedia.org/show_bug.cgi?id=46041

--- Comment #7 from Ori Livneh <[email protected]> ---
(In reply to comment #5)
> --single-branch was added in v1.7.10, which explains the difference of 46297
> vs
> 3456.

Yes! This is correct. Wooot! Thanks Platonides.

The following workaround works for 1.7.9.5 and earlier:

  vagrant@precise32:~$ mkdir core ; cd core
  vagrant@precise32:~/core$ git init
  Initialized empty Git repository in /home/vagrant/core/.git/
  vagrant@precise32:~/core$ time git fetch --depth=1
https://gerrit.wikimedia.org/r/p/mediawiki/core.git
master:refs/remotes/origin/master
  remote: Counting objects: 2796, done
  remote: Finding sources: 100% (2796/2796)
  remote: Getting sizes: 100% (2666/2666)
  remote: Compressing objects:  67% (1806/2661)
  remote: Total 2796 (delta 298), reused 990 (delta 128)
  Receiving objects: 100% (2796/2796), 17.76 MiB | 373 KiB/s, done.
  Resolving deltas: 100% (319/319), done.
  From https://gerrit.wikimedia.org/r/p/mediawiki/core
   * [new branch]      master     -> origin/master

  real    0m42.048s
  user    0m3.104s
  sys    0m2.120s

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to