]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repack.c: pass 'packdir' to `pack_geometry_remove_redundant()`
authorTaylor Blau <me@ttaylorr.com>
Wed, 15 Oct 2025 22:28:44 +0000 (18:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 17:08:55 +0000 (10:08 -0700)
commitb2ebeed1d82c5da8f7bb604594701629dcaf472b
tree9a2136c4d353edf720abda056d22e4c4262189c3
parent2a15a739a231d3eac774e13b53003faa7377719c
builtin/repack.c: pass 'packdir' to `pack_geometry_remove_redundant()`

For similar reasons as the preceding commit, pass the "packdir" variable
directly to `pack_geometry_remove_redundant()` as a parameter to the
function.

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