]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()`
authorTaylor Blau <me@ttaylorr.com>
Wed, 15 Oct 2025 22:29:19 +0000 (18:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 17:08:56 +0000 (10:08 -0700)
commit3d2ac2065e2ac230c92cb87cc46053a0f3db1616
tree0610a6bdc3036bc3ceee808e6e7e2b16d7263db4
parent7a9c81a38ddb3b382103ccd45345c4892053fdfc
builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()`

Similar to the changes made in the previous commit to
`write_filtered_pack()`, teach `write_cruft_pack()` to take a
`write_pack_opts` struct and use that where possible.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/repack.c