]> git.ipfire.org Git - thirdparty/git.git/commit
refs/reftable: allow configuring block size
authorPatrick Steinhardt <ps@pks.im>
Mon, 13 May 2024 08:18:19 +0000 (10:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 May 2024 00:02:38 +0000 (17:02 -0700)
commit831b366c243ecaa450289d76926bb687c746d495
treeb7ea532fb659ed0be709d85c93310a558a340a0c
parentfcf341890ef583f519bc2746940c048bb8261d3d
refs/reftable: allow configuring block size

Add a new option `reftable.blockSize` that allows the user to control
the block size used by the reftable library.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/config/reftable.txt [new file with mode: 0644]
refs/reftable-backend.c
t/t0613-reftable-write-options.sh