]> git.ipfire.org Git - thirdparty/git.git/commit
t/helper/test-bitmap.c: add 'dump-hashes' mode
authorTaylor Blau <me@ttaylorr.com>
Tue, 14 Sep 2021 22:06:02 +0000 (18:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Sep 2021 23:34:17 +0000 (16:34 -0700)
commita05f02b1d9a1253e11a327c95cd47cbd24317ba6
tree26b061c1fb109237808f4fc04444b07947e906b8
parent73cd7d9420bb7d75207e8149521db375c789a81c
t/helper/test-bitmap.c: add 'dump-hashes' mode

The pack-bitmap writer code is about to learn how to propagate values
from an existing hash-cache. To prepare, teach the test-bitmap helper to
dump the values from a bitmap's hash-cache extension in order to test
those changes.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c
pack-bitmap.h
t/helper/test-bitmap.c