]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: rename writer_stats to reftable_writer_stats
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 21 Feb 2022 18:46:10 +0000 (18:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 21:36:26 +0000 (13:36 -0800)
commit73a4c188b77acbfdf25641e2bb4d1600c45338ec
tree1881331ae1c2288919531af09354f900321c6e53
parent3c443a02a9f98227fa5c22935d88bcf68cfeaeec
reftable: rename writer_stats to reftable_writer_stats

This function is part of the reftable API, so it should use the
reftable_ prefix

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