On Fri, Sep 7, 2018 at 8:30 PM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> 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; > > + progress = start_progress("Verifying commits in commit graph", _() > + g->num_commits); -- Duy