mirror of
https://github.com/git/git
synced 2024-11-05 04:53:18 +00:00
94c1addf86
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> |
||
---|---|---|
.. | ||
bitmap.c | ||
ewah_bitmap.c | ||
ewah_io.c | ||
ewah_rlw.c | ||
ewok.h | ||
ewok_rlw.h |