]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hn/reftable-no-empty-keys'
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 21:38:24 +0000 (13:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 21:38:24 +0000 (13:38 -0800)
commit4763ccd7f420c7c9451efa5b979af2e79b7e28b4
treea968fe3b87ad7daefac0fddde0515dff24b4457f
parentd169d51504cd527edac82a57c6624c5d16ecb7b5
parent73a4c188b77acbfdf25641e2bb4d1600c45338ec
Merge branch 'hn/reftable-no-empty-keys'

General clean-up in reftable implementation, including
clarification of the API documentation, tightening the code to
honor documented length limit, etc.

* hn/reftable-no-empty-keys:
  reftable: rename writer_stats to reftable_writer_stats
  reftable: add test for length of disambiguating prefix
  reftable: ensure that obj_id_len is >= 2 on writing
  reftable: avoid writing empty keys at the block layer
  reftable: add a test that verifies that writing empty keys fails
  reftable: reject 0 object_id_len
  Documentation: object_id_len goes up to 31