]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repack.c: pass "packtmp" to `repack_promisor_objects()`
authorTaylor Blau <me@ttaylorr.com>
Wed, 15 Oct 2025 22:28:32 +0000 (18:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 17:08:55 +0000 (10:08 -0700)
commitbebf941f7db5de3de88962199b4400de8207f9b1
tree11498451fac48a8fd53b8143bc962f9b827ff391
parentf053ab6c2be6a9869cbdfaabe5bd844a2471f8b7
builtin/repack.c: pass "packtmp" to `repack_promisor_objects()`

In a similar spirit as previous commit(s), pass the "packtmp" variable
to "repack_promisor_objects()" as an explicit parameter of the function,
preparing us to move this function in a following commit.

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