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

Add a new option `reftable.restartInterval` that allows the user to
control the restart interval when writing reftable records used by the
reftable library.

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