On 7/27/06, Pavel Roskin <proski@xxxxxxx> wrote:
On Thu, 2006-07-27 at 10:50 -0700, Linus Torvalds wrote: > Nope. I have a fairly constant 120kbps, and: > > [torvalds@g5 ~]$ git clone git://source.mvista.com/git/linux-davinci-2.6.git > Checking files out...) > 100% (19754/19754) done Same thing here. Current git from the master branch.
Forgot to say that we are using this script in GIT_PROXY_COMMAND environment variable: (echo "CONNECT $1:$2 HTTP/1.0"; echo; cat ) | nc <proxy_add> <portnum> | (read a; read a; cat ) The first 'read a' removes the 'CONNECT SUCCESS HTTP RESPONSE 200' and the second removes an empty line as described here: http://www.gelato.unsw.edu.au/archives/git/0605/20664.html I will try from home later again. Thanks, -- []s, André Goddard - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html