Re: [PATCH v2 2/2] commit-graph verify: add progress output

2018-09-16 Thread Duy Nguyen
On Fri, Sep 7, 2018 at 8:30 PM Ævar Arnfjörð Bjarmason wrote: > @@ -989,11 +990,14 @@ int verify_commit_graph(struct repository *r, struct > commit_graph *g) > if (verify_commit_graph_error & ~VERIFY_COMMIT_GRAPH_ERROR_HASH) > return verify_commit_graph_error; > > +

[PATCH v2 2/2] commit-graph verify: add progress output

2018-09-07 Thread Ævar Arnfjörð Bjarmason
For the reasons explained in the "commit-graph write: add progress output" commit leading up to this one, emit progress on "commit-graph verify". Since e0fd51e1d7 ("fsck: verify commit-graph", 2018-06-27) "git fsck" has called this command if core.commitGraph=true, but there's been no progress