Derrick Stolee <stolee@xxxxxxxxx> writes: > On 1/19/2019 3:21 PM, Ævar Arnfjörð Bjarmason wrote: >> 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@xxxxxxxxx/ >> 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@xxxxxxxxxx/; >> fixed. >> >> SZEDER Gábor (2): >> commit-graph: rename "large edges" to "extra edges" >> commit-graph: don't call write_graph_chunk_large_edges() unnecessarily >> >> Ævar Arnfjörð Bjarmason (8): >> commit-graph write: use pack order when finding commits >> commit-graph write: add "Writing out" progress output >> commit-graph write: more descriptive "writing out" output >> commit-graph write: show progress for object search >> commit-graph write: add more descriptive progress output >> commit-graph write: remove empty line for readability >> commit-graph write: add itermediate progress >> commit-graph write: emit a percentage for all progress > > I'm a few days late, but I took another look through the patches and > they look good to me. Thanks! Thanks, all.