]> Kevux Git Server - rit/commit
repack-geometry: extract function to compute repacking split
authorPatrick Steinhardt <ps@pks.im>
Mon, 5 Jan 2026 13:16:42 +0000 (14:16 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 14:29:24 +0000 (06:29 -0800)
commit861248b946b68822375d2fe3cdffa174bf73104c
tree12048486e16f4980b1bf76399c81e03129ed1e85
parent0cd306ebc8c7a9faeced0a2fa7bddeea434bf285
repack-geometry: extract function to compute repacking split

We're about to add a second caller that wants to compute the repacking
split for a set of packfiles. Split out the function that computes this
split to prepare for that.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
repack-geometry.c