Re: [PATCH v2 2/2] upload-pack: disable commit graph more gently for shallow traversal

2019-09-13 Thread Derrick Stolee
On 9/12/2019 10:44 AM, Jeff King wrote: > When the client has asked for certain shallow options like > "deepen-since", we do a custom rev-list walk that pretends to be > shallow. Before doing so, we have to disable the commit-graph, since it > is not compatible with the shallow view of the reposito

[PATCH v2 2/2] upload-pack: disable commit graph more gently for shallow traversal

2019-09-12 Thread Jeff King
When the client has asked for certain shallow options like "deepen-since", we do a custom rev-list walk that pretends to be shallow. Before doing so, we have to disable the commit-graph, since it is not compatible with the shallow view of the repository. That's handled by 829a321569 (commit-graph: