Re: [BUG] git clone -q ends with early EOF

2013-09-20 Thread Marek Vasut
Hi,

> Jeff King  writes:
> > The keepalive patch is not in any released version yet, but we have been
> > running it in production at GitHub for a few weeks.
> 
> That is good to hear; I'd feel safer to bump the scheduled
> graduation date to 'master' for the topic in that case.
> 
> Like tomorrow ;-)

I reported the issue on Ubuntu Lunchpad here [1], so I hope they will 
eventually 
fix it.

[1] https://bugs.launchpad.net/ubuntu/+source/git/+bug/1228148

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [BUG] git clone -q ends with early EOF

2013-09-18 Thread Marek Vasut
Hi,

> Jeff King  writes:
> > The keepalive patch is not in any released version yet, but we have been
> > running it in production at GitHub for a few weeks.
> 
> That is good to hear; I'd feel safer to bump the scheduled
> graduation date to 'master' for the topic in that case.
> 
> Like tomorrow ;-)

Thanks for explaining guys, I will try to poke the canonical guys with 
reference 
to this thread.

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[BUG] git clone -q ends with early EOF

2013-09-18 Thread Marek Vasut
Hello,

I am trying to clone a repository and I am getting the following output:

$ git clone -q git://kernel.ubuntu.com/ubuntu/linux.git
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

The "fatal:" lines usually appear a few minutes after running the clone. Of 
course, the clone does not finish successfully. Interestingly, when I drop the 
'-q' option from the git clone commandline, the clone finishes correctly.

My git version is:

$ git --version
git version 1.8.4.rc3

Is this a known issue?

Thank you!

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html