]> git.ipfire.org Git - thirdparty/git.git/commit
t/helper: inline printing of reftable records
authorPatrick Steinhardt <ps@pks.im>
Thu, 22 Aug 2024 06:35:18 +0000 (08:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Aug 2024 14:59:47 +0000 (07:59 -0700)
commit42c424d69de22cbb298eb85c48b0a6be9ce4ca96
treea45fa61286c76841be75d52ad24d4caf47edb4a1
parent64a5b7a8ca32724699ebfb62f278bae873cc018d
t/helper: inline printing of reftable records

Move printing of reftable records into the "dump-reftable" helper. This
follows the same reasoning as the preceding commit.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/record.c
reftable/record.h
reftable/reftable-record.h
t/helper/test-reftable.c