]> Kevux Git Server - rit/commit
midx: implement verification support for incremental MIDXs
authorTaylor Blau <me@ttaylorr.com>
Tue, 6 Aug 2024 15:37:58 +0000 (11:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Aug 2024 19:01:38 +0000 (12:01 -0700)
commit3592796d0a176f51bb257b31dd9afe12a5af7932
tree74b2a4712015e2523031e725f2979bdfca096e45
parentb80236d0e3386e5fdfaff0a7480212a3f39cbee3
midx: implement verification support for incremental MIDXs

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@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
midx.c
midx.h