]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: stop using `strbuf_addbuf()`
authorPatrick Steinhardt <ps@pks.im>
Thu, 17 Oct 2024 04:53:45 +0000 (06:53 +0200)
committerTaylor Blau <me@ttaylorr.com>
Thu, 17 Oct 2024 20:59:55 +0000 (16:59 -0400)
commit409f04995e6ede838576fb795cf45dc6f10ab508
tree89a13d5b9d4bdc63b029b3047ccb124bb85de9fb
parentef8ce8f3d4344fd3af049c17eeba5cd20d98b69f
reftable: stop using `strbuf_addbuf()`

We're about to introduce our own `reftable_buf` type to replace
`strbuf`. Get rid of the seldomly-used `strbuf_addbuf()` function such
that we have to reimplement one less function.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
reftable/block.c
reftable/record.c
reftable/writer.c