Ævar Arnfjörð Bjarmason [off-list ref] writes:
Improvements since v6:
* Integrate my "commit-graph write: use pack order when finding
commits" patch, and per Junio's suggestion put it at the start so
it's easier to split the two apart.
* A signed-off-by of mine was missing on that patch. Fixed.
* Replace SZEDER's two patches with his re-roll at
https://public-inbox.org/git/20190118170549.30403-1-szeder.dev@gmail.com/
for convenienc, since mine needed rebasing on top of his.
* SZEDER rightly pointed out that I was doing some work for nothing
in https://public-inbox.org/git/20190118171605.GM840@szeder.dev/;
fixed.
Reading the whole diff from the previous round, aside from
"large" vs "extra" rename, and removal of the extra "graph_passes"
variable, this looks identical to the previous one.
Looking good. Let's merge it to 'next' soonish.
Thanks.