]> git.ipfire.org Git - thirdparty/git.git/commit - pack-bitmap.h
pack-bitmap: prepare to read lookup table extension
authorAbhradeep Chakraborty <chakrabortyabhradeep79@gmail.com>
Sun, 14 Aug 2022 16:55:10 +0000 (16:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Aug 2022 17:13:58 +0000 (10:13 -0700)
commit28cd730680dd7d5c0e0971827315bf8ae32f47b7
treeb1a204d17a3affe9dddaf0801c636fc0737f2329
parent76f14b777c13ac8d8f6a2e5812945e725bea3d84
pack-bitmap: prepare to read lookup table extension

Earlier change teaches Git to write bitmap lookup table. But Git
does not know how to parse them.

Teach Git to parse the existing bitmap lookup table. The older
versions of Git are not affected by it. Those versions ignore the
lookup table.

Mentored-by: Taylor Blau <me@ttaylorr.com>
Co-Mentored-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Signed-off-by: Abhradeep Chakraborty <chakrabortyabhradeep79@gmail.com>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c
pack-bitmap.h
t/t5310-pack-bitmaps.sh