aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
authorDerrick Stolee <dstolee@microsoft.com>2021-02-18 14:07:32 +0000
committerJunio C Hamano <gitster@pobox.com>2021-02-18 13:38:16 -0800
commitc1442410d869cd5fb2c0dd79aa1a7c152b99b0f9 (patch)
treea44c8581e44fb68920b82258a7234a460ca9a560 /commit-graph.c
parentmidx: return success/failure in chunk write methods (diff)
downloadgit-c1442410d869cd5fb2c0dd79aa1a7c152b99b0f9.tar.gz
git-c1442410d869cd5fb2c0dd79aa1a7c152b99b0f9.zip
midx: drop chunk progress during write
Most expensive operations in write_midx_internal() use the context struct's progress member, and these indicate the process of the expensive operations within the chunk writing methods. However, there is a competing progress struct that counts the progress over all chunks. This is not very helpful compared to the others, so drop it. This also reduces our barriers to combining the chunk writing code with chunk-format.c. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions