Skip to content

Commit d8360a8

Browse files
committed
Merge branch 'tb/midx-write'
Code clean-up by splitting code responsible for writing midx files into its own file. * tb/midx-write: midx-write.c: use `--stdin-packs` when repacking midx-write.c: check count of packs to repack after grouping midx-write.c: factor out common want_included_pack() routine midx-write: move writing-related functions from midx.c
2 parents 28dc93b + b7d6f23 commit d8360a8

File tree

4 files changed

+1715
-1695
lines changed

4 files changed

+1715
-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)