diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-09-13 11:02:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:49:41 -0700 |
commit | 144d70333e826ea2480d60eb2298013eeef0cabf (patch) | |
tree | 49b0a1725156f777f902370ac1fc27856225babb /t/t3306-notes-prune.sh | |
parent | multi-pack-index: verify object offsets (diff) | |
download | tgif-144d70333e826ea2480d60eb2298013eeef0cabf.tar.xz |
multi-pack-index: report progress during 'verify'
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 looking up object offsets in each of
the packfiles and comparing them to the multi-pack-index offset.
Add a progress indicator for that section of the 'verify' verb.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3306-notes-prune.sh')
0 files changed, 0 insertions, 0 deletions