diff options
author | Taylor Blau <me@ttaylorr.com> | 2021-03-31 21:32:07 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-31 23:14:03 -0700 |
commit | dff5e49e51bfddbbeb5ed1f07031ccbd0bc216dc (patch) | |
tree | 89b2b55cb93ef11ec1fc0400c3c4c157281bcad8 /Makefile | |
parent | The fifth batch (diff) | |
download | tgif-dff5e49e51bfddbbeb5ed1f07031ccbd0bc216dc.tar.xz |
pack-bitmap: add 'test_bitmap_commits()' helper
The next patch will add a 'bitmap' test-tool which prints the list of
commits that have bitmaps computed.
The test helper could implement this itself, but it would need access to
the 'bitmaps' field of the 'pack_bitmap' struct. To avoid exposing this
private detail, implement the entirety of the helper behind a
test_bitmap_commits() function in pack-bitmap.c.
There is some precedence for this with test_bitmap_walk() which is used
to implement the '--test-bitmap' flag in 'git rev-list' (and is also
implemented in pack-bitmap.c).
A caller will be added in the next patch.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions