]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: handle trivial `reftable_buf` errors
authorPatrick Steinhardt <ps@pks.im>
Thu, 17 Oct 2024 04:54:16 +0000 (06:54 +0200)
committerTaylor Blau <me@ttaylorr.com>
Thu, 17 Oct 2024 20:59:56 +0000 (16:59 -0400)
commit20590cd287ada9c96efdf804e2bcdac0117c01b8
tree585b208d0bbd1263e109212cf3a78c83e2c96985
parent591c6a600e0ef1bfc71d66d74b64bf47de62fc8e
reftable: handle trivial `reftable_buf` errors

Convert the reftable library such that we handle failures with the
new `reftable_buf` interfaces.

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