]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-binsearch-updates'
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2024 18:31:39 +0000 (11:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2024 18:31:39 +0000 (11:31 -0700)
commit7fbe3ead1989bed1ea1fc8754d13aa7af16dd946
treeef381d996e8cb285936a5245b50e5ee08c2227dd
parent847af43a3afb39394d5fe58192f94b993ca18f9f
parentd51d8cc36831bdabbbcec8553a7e83d9f5a3be4d
Merge branch 'ps/reftable-binsearch-updates'

Reftable code clean-up and some bugfixes.

* ps/reftable-binsearch-updates:
  reftable/block: avoid decoding keys when searching restart points
  reftable/record: extract function to decode key lengths
  reftable/block: fix error handling when searching restart points
  reftable/block: refactor binary search over restart points
  reftable/refname: refactor binary search over refnames
  reftable/basics: improve `binsearch()` test
  reftable/basics: fix return type of `binsearch()` to be `size_t`