]> git.ipfire.org Git - thirdparty/git.git/commit
pack-bitmap.c: keep track of each layer's type bitmaps
authorTaylor Blau <me@ttaylorr.com>
Thu, 20 Mar 2025 17:57:02 +0000 (13:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2025 11:34:09 +0000 (04:34 -0700)
commite07af41139fe6d5f088dda2501ed754ef40b6399
treee7d0a290b77c14cd4173eafc9be53e9b29f1072c
parent5551ccfe97a573c058ee1ccb516770886fd17489
pack-bitmap.c: keep track of each layer's type bitmaps

Prepare for reading the type-level bitmaps from previous bitmap layers
by maintaining an array for each type, where each element in that type's
array corresponds to one layer's bitmap for that type.

These fields will be used in a later commit to instantiate the 'struct
ewah_or_iterator' for each type.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Acked-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c