]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
midx-write: move writing-related functions from midx.c
authorTaylor Blau <me@ttaylorr.com>
Mon, 1 Apr 2024 21:16:34 +0000 (17:16 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 21:18:16 +0000 (14:18 -0700)
commit748b88a0214d4f65fd56d4728234ea86dbcfffd6
tree81af3e2640f592a35f31a069c6553ac8547705bf
parent34f00e86432fd3fdf4cdfa3b51d590aa642e8692
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>
Makefile
midx-write.c [new file with mode: 0644]
midx.c
midx.h