1
0
mirror of https://github.com/git/git.git synced 2024-09-19 03:02:51 +02:00
git/ewah
Taylor Blau 94c1addf86 ewah: bitmap_equals_ewah()
Prepare to reuse existing pseudo-merge bitmaps by implementing a
`bitmap_equals_ewah()` helper.

This helper will be used to see if a raw bitmap (containing the set of
parents for some pseudo-merge) is equal to any existing pseudo-merge's
commits bitmap (which are stored as EWAH-compressed bitmaps on disk).

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-05-24 11:40:44 -07:00
..
bitmap.c ewah: bitmap_equals_ewah() 2024-05-24 11:40:44 -07:00
ewah_bitmap.c
ewah_io.c
ewah_rlw.c
ewok_rlw.h
ewok.h ewah: bitmap_equals_ewah() 2024-05-24 11:40:44 -07:00