]> git.ipfire.org Git - thirdparty/git.git/commit
t/helper: inline `reftable_table_print()`
authorPatrick Steinhardt <ps@pks.im>
Thu, 22 Aug 2024 06:35:15 +0000 (08:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Aug 2024 14:59:47 +0000 (07:59 -0700)
commit64a5b7a8ca32724699ebfb62f278bae873cc018d
treef7f5bc03eee191f5dae5b4de8dcdc0d63620908e
parentca74ef6ffb7388d862379d5016282340aff1f68b
t/helper: inline `reftable_table_print()`

Move `reftable_table_print()` 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/generic.c
reftable/reftable-generic.h
t/helper/test-reftable.c