]> Kevux Git Server - rit/commit
repack: remove pack_geometry API from the builtin
authorTaylor Blau <me@ttaylorr.com>
Wed, 15 Oct 2025 22:28:47 +0000 (18:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 17:08:55 +0000 (10:08 -0700)
commit62d3fa09b3890631af7c572cb6132088a14d2653
tree0ef544f2f102a81b1d1794a2270041e8a748cf89
parentb2ebeed1d82c5da8f7bb604594701629dcaf472b
repack: remove pack_geometry API from the builtin

Now that the pack_geometry API is fully factored and isolated from the
rest of the builtin, declare it within repack.h and move its
implementation to "repack-geometry.c" as a separate component.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin/repack.c
meson.build
repack-geometry.c [new file with mode: 0644]
repack.h