Re: [PATCH] upload-pack: clear flags before each v2 request

2018-10-17 Thread Junio C Hamano
Jonathan Tan writes: > Suppose a server has the following commit graph: > > A B > \ / >O > > We create a client by cloning A from the server with depth 1, and add > many commits to it (so that future fetches span multiple requests due to > lengthy negotiation). If it then fetches B

Re: [PATCH] upload-pack: clear flags before each v2 request

2018-10-17 Thread Arturas Moskvinas
Hello, I can confirm that shallow clones are no longer failing. -- Arturas Moskvinas On Wed, Oct 17, 2018 at 12:58 AM Jonathan Tan wrote: > > Suppose a server has the following commit graph: > > A B > \ / >O > > We create a client by cloning A from the server with depth 1, and add >

[PATCH] upload-pack: clear flags before each v2 request

2018-10-16 Thread Jonathan Tan
Suppose a server has the following commit graph: A B \ / O We create a client by cloning A from the server with depth 1, and add many commits to it (so that future fetches span multiple requests due to lengthy negotiation). If it then fetches B using protocol v2, the fetch spanning