]> git.99rst.org Git - git.git/commit
repack: remove 'prepare_pack_objects' from the builtin
authorTaylor Blau <redacted>
Wed, 15 Oct 2025 22:28:01 +0000 (18:28 -0400)
committerJunio C Hamano <redacted>
Thu, 16 Oct 2025 17:08:54 +0000 (10:08 -0700)
commit7005d2594b73d30beae7abebdd035becca05299d
treec2e6b452d2f85e7f35a458dd7a96ab72eb00f93b
parente35ef71e003cb0731d9f33605f598e1b99746441
repack: remove 'prepare_pack_objects' from the builtin

Now that the 'prepare_pack_objects' function no longer refers to
external, static variables, move it out to repack.h as generic
functionality.

Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/repack.c
repack.c
repack.h
git clone https://git.99rst.org/PROJECT