On Wed, Jul 17, 2024 at 05:12:44PM -0400, Taylor Blau wrote: > Teach the verification implementation used by `git multi-pack-index > verify` to perform verification for incremental MIDX chains by > independently validating each layer within the chain. > > Signed-off-by: Taylor Blau <me@xxxxxxxxxxxx> > --- > midx.c | 47 ++++++++++++++++++++++++++++++----------------- > midx.h | 2 ++ > 2 files changed, 32 insertions(+), 17 deletions(-) Another one that benefits from "-w". Again, all looked good but I have to just assume that you touched all of the spots that needed it. -Peff