]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: add print functions to the record types
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 20 Jan 2022 15:12:14 +0000 (15:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jan 2022 19:31:53 +0000 (11:31 -0800)
commit01033de49f26b75afd1e868d56c332c60b141faa
tree7cea687a208d1b6efa3f0b64b01e4bd16257894f
parent66c0dabab5e15f78d0505be36cac4a383e14cf88
reftable: add print functions to the record types

This isn't used per se, but it is useful for debugging, especially
Windows CI failures.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/record.c
reftable/record.h
reftable/record_test.c