Re: [PATCH v2 10/11] multi-pack-index: report progress during 'verify'

2018-09-13 Thread Ævar Arnfjörð Bjarmason
On Thu, Sep 13 2018, Derrick Stolee via GitGitGadget wrote: > + progress = start_progress(_("Verifying object offsets"), > m->num_objects); I think in the spirit of my "commit-graph {write,verify}: add progress output" it would be better to say: "Verifying multi-pack-index object

[PATCH v2 10/11] multi-pack-index: report progress during 'verify'

2018-09-13 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee When verifying a multi-pack-index, the only action that takes significant time is checking the object offsets. For example, to verify a multi-pack-index containing 6.2 million objects in the Linux kernel repository takes 1.3 seconds on my machine. 99% of that time is spent