diff options
author | Taylor Blau <me@ttaylorr.com> | 2024-04-01 17:16:34 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-04-01 14:18:16 -0700 |
commit | 748b88a0214d4f65fd56d4728234ea86dbcfffd6 (patch) | |
tree | 81af3e2640f592a35f31a069c6553ac8547705bf /builtin/commit.c | |
parent | 34f00e86432fd3fdf4cdfa3b51d590aa642e8692 (diff) |
midx-write: move writing-related functions from midx.c
Introduce a new midx-write.c source file, which holds all of the
functionality from the MIDX sub-system related to writing new MIDX files.
Similar to the relationship between "pack-bitmap.c" and
"pack-bitmap-write.c", this source file will hold code that is specific
to writing MIDX files as opposed to reading them (the latter will remain
in midx.c).
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions