diff options
| author | Taylor Blau <me@ttaylorr.com> | 2025-10-15 18:29:38 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-16 10:08:57 -0700 |
| commit | 09797bd9666bb9cc6232e414498578deb2697c2a (patch) | |
| tree | 5c950716ab19dc37d73a964d966cce01d7ddc1eb /Makefile | |
| parent | 7ac4231b4283f4f8dc8447439730a5a2b8ed7eb4 (diff) | |
| download | git-09797bd9666bb9cc6232e414498578deb2697c2a.tar.xz | |
repack: move `write_cruft_pack()` out of the builtin
In an identical fashion as the previous commit, move the function
`write_cruft_pack()` into its own compilation unit, and make the
function visible through the repack.h API.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1137,6 +1137,7 @@ LIB_OBJS += refs/ref-cache.o LIB_OBJS += refspec.o LIB_OBJS += remote.o LIB_OBJS += repack.o +LIB_OBJS += repack-cruft.o LIB_OBJS += repack-filtered.o LIB_OBJS += repack-geometry.o LIB_OBJS += repack-midx.o |
