From: Junio C Hamano Date: Thu, 30 May 2024 21:15:11 +0000 (-0700) Subject: Merge branch 'ps/reftable-write-options' X-Git-Tag: v2.46.0-rc0~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23528d352ac4b4fdfd982e7f9a12f306518ca8b6;p=thirdparty%2Fgit.git Merge branch 'ps/reftable-write-options' The knobs to tweak how reftable files are written have been made available as configuration variables. * ps/reftable-write-options: refs/reftable: allow configuring geometric factor reftable: make the compaction factor configurable refs/reftable: allow disabling writing the object index refs/reftable: allow configuring restart interval reftable: use `uint16_t` to track restart interval refs/reftable: allow configuring block size reftable/dump: support dumping a table's block structure reftable/writer: improve error when passed an invalid block size reftable/writer: drop static variable used to initialize strbuf reftable: pass opts as constant pointer reftable: consistently refer to `reftable_write_options` as `opts` --- 23528d352ac4b4fdfd982e7f9a12f306518ca8b6