]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/blocksource: consolidate code into a single file
authorPatrick Steinhardt <ps@pks.im>
Mon, 7 Apr 2025 13:16:15 +0000 (15:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Apr 2025 21:53:09 +0000 (14:53 -0700)
commit1ac4e5e83d997887dcd051c89861292a45a3db8c
treed843aabb8b472a1f4a523c0552f270b03f784904
parentb648bd654947db06e5549d724f46d3660ac11e19
reftable/blocksource: consolidate code into a single file

The code that implements block sources is distributed across a couple of
files. Consolidate all of it into "reftable/blocksource.c" and its
accompanying header so that it is easier to locate and more self
contained.

While at it, rename some of the functions to have properly scoped names.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/block.c
reftable/block.h
reftable/blocksource.c
reftable/blocksource.h
reftable/iter.c
reftable/reftable-blocksource.h
reftable/table.c
reftable/table.h
t/unit-tests/t-reftable-block.c
t/unit-tests/t-reftable-readwrite.c