On Fri, Apr 13, 2012 at 2:32 AM, Thomas Gries mail@tgries.de wrote:
For test purposes I wanted to clone the last commit only by using the --depth option as in
/work/tmp/ # git clone --depth=10 https://gerrit.wikimedia.org/r/p/mediawiki/core.git
and got this error message:
Initialized empty Git repository in /work/tmp/core/.git/ *error: RPC failed; result=22, HTTP code = 500*
My git client version is 1.7.1
Any idea why ?
Perhaps related to issue 769?
-Chad