On 23/05/2025 01:36, Taylor Blau wrote:
On Thu, May 22, 2025 at 04:55:19PM +0100, Phillip Wood wrote:
Phillip Wood (4):
midx repack: avoid integer overflow on 32 bit systems
midx repack: avoid potential integer overflow on 64 bit systems
midx: avoid negative array index
midx docs: clarify tie breaking
Documentation/git-multi-pack-index.adoc | 11 +++++++----
git-compat-util.h | 16 ++++++++++++++++
midx-write.c | 22 ++++++++++++++++------
3 files changed, 39 insertions(+), 10 deletions(-)
Range-diff against v1:
Thanks, the range-diff and patches look great to me.
That's great, thank you for you comments and suggestions especially with
regard to large repositories.
Thanks
Phillip