diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-02-18 14:07:33 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-18 13:38:16 -0800 |
commit | 63a8f0e9b9d9ce636738094391619c35856f7665 (patch) | |
tree | 0643bd670629dc9b4d3baa0f806c6228e9512ebf /chunk-format.c | |
parent | midx: drop chunk progress during write (diff) | |
download | tgif-63a8f0e9b9d9ce636738094391619c35856f7665.tar.xz |
midx: use chunk-format API in write_midx_internal()
The chunk-format API allows writing the table of contents and all chunks
using the anonymous 'struct chunkfile' type. We only need to convert our
local chunk logic to this API for the multi-pack-index writes to share
that logic with the commit-graph file writes.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'chunk-format.c')
0 files changed, 0 insertions, 0 deletions