]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ms/reftable-block-writer-errors'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Apr 2025 18:43:12 +0000 (11:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Apr 2025 18:43:12 +0000 (11:43 -0700)
Give more meaningful error return values from block writer layer of
the reftable ref-API backend.

* ms/reftable-block-writer-errors:
  reftable: adapt write_object_record() to propagate block_writer_add() errors
  reftable: adapt writer_add_record() to propagate block_writer_add() errors
  reftable: propagate specific error codes in block_writer_add()


Trivial merge