Skip to content

Commit 748b88a

Browse files
ttaylorrgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 34f00e8 commit 748b88a

File tree

4 files changed

+1711
-1695
lines changed

4 files changed

+1711
-1695
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ LIB_OBJS += merge-ort-wrappers.o
10751075
LIB_OBJS += merge-recursive.o
10761076
LIB_OBJS += merge.o
10771077
LIB_OBJS += midx.o
1078+
LIB_OBJS += midx-write.o
10781079
LIB_OBJS += name-hash.o
10791080
LIB_OBJS += negotiator/default.o
10801081
LIB_OBJS += negotiator/noop.o

0 commit comments

Comments
 (0)