Re: [PATCH 0/7] fix transfer.hiderefs with smart http

2015-03-12 Thread Duy Nguyen
On Fri, Mar 13, 2015 at 11:59 AM, Jeff King wrote: > On Fri, Mar 13, 2015 at 12:41:01AM -0400, Jeff King wrote: > >> I'm experimenting with using transfer.hiderefs on a server, and it's >> rather easy to cause a git client to hang when fetching from such a repo >> over smart http. Details are in t

Re: [PATCH 0/7] fix transfer.hiderefs with smart http

2015-03-12 Thread Jeff King
On Fri, Mar 13, 2015 at 12:41:01AM -0400, Jeff King wrote: > I'm experimenting with using transfer.hiderefs on a server, and it's > rather easy to cause a git client to hang when fetching from such a repo > over smart http. Details are in the first patch. A note on this hang. What happens is that

[PATCH 0/7] fix transfer.hiderefs with smart http

2015-03-12 Thread Jeff King
I'm experimenting with using transfer.hiderefs on a server, and it's rather easy to cause a git client to hang when fetching from such a repo over smart http. Details are in the first patch. There are 7 patches here, but the entirety of the fix is contained in the first one. The rest are cleanups