]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commita7652bf99c654909d98f9b4d40b090357aede779
tree75c27e46b7d357b42bfb910b1332e1d1e929da7f
parentb97b360c514acd0f5a148524a85bcdb583dbe914
parent0e1b9c5eed8bfc091570cc93bd15d3c235d15971
Merge branch 'ms/reftable-block-writer-errors'

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()