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. Thanks, Taylor