]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-strbuf' into ps/reftable-detach
authorTaylor Blau <me@ttaylorr.com>
Wed, 23 Oct 2024 20:21:11 +0000 (16:21 -0400)
committerTaylor Blau <me@ttaylorr.com>
Wed, 23 Oct 2024 20:21:11 +0000 (16:21 -0400)
commit88d21e3176b2f29f34f567ac592e46cbb1d55ec0
tree8f93047bb0b00377a82021d7ca370ed41849f40f
parentfd3785337beb285ed7fd67ce6fc3d3bed2097b40
parent20590cd287ada9c96efdf804e2bcdac0117c01b8
Merge branch 'ps/reftable-strbuf' into ps/reftable-detach

* ps/reftable-strbuf:
  reftable: handle trivial `reftable_buf` errors
  reftable/stack: adapt `stack_filename()` to handle allocation failures
  reftable/record: adapt `reftable_record_key()` to handle allocation failures
  reftable/stack: adapt `format_name()` to handle allocation failures
  t/unit-tests: check for `reftable_buf` allocation errors
  reftable/blocksource: adapt interface name
  reftable: convert from `strbuf` to `reftable_buf`
  reftable/basics: provide new `reftable_buf` interface
  reftable: stop using `strbuf_addf()`
  reftable: stop using `strbuf_addbuf()`