Re: Git wire protocol v2 fails fetching shallow changes with `pack has XXX unresolved deltas` on large repos with lots of tags Inbox x

2018-10-19 Thread Arturas Moskvinas
Hello, Unfortunately I do not have for such step. On one of our internal repositories it is failing but unreliably when fetching from remote. -- Arturas Moskvinas On Wed, Oct 17, 2018 at 11:53 PM Jonathan Tan wrote: > > > No changes are needed in mirrored repository. Crash happens

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 serv

Git wire protocol v2 fails fetching shallow changes with `pack has XXX unresolved deltas` on large repos with lots of tags Inbox x

2018-10-11 Thread Arturas Moskvinas
`` No changes are needed in mirrored repository. Crash happens both with 2.18.0 and 2.19.1 git versions. Having repository locally is not required but reduces test runtime, you can quite reliably reproduce issue when fetching over net directly from chromium.orgbypassing mirroring step. -- Arturas Moskvinas