From: Taylor Blau Date: Wed, 30 Oct 2024 17:08:01 +0000 (-0400) Subject: Merge branch 'ps/reftable-strbuf' X-Git-Tag: v2.48.0-rc0~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc627658b06155a0b1c3d0b1b0bf72db70770dc9;p=thirdparty%2Fgit.git Merge branch 'ps/reftable-strbuf' Implements a new reftable-specific strbuf replacement to reduce reftable's dependency on Git-specific data structures. * 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()` --- bc627658b06155a0b1c3d0b1b0bf72db70770dc9