refs/reftable: print errors on compaction failure
commit4ccf7060d8d0a3c08d1fb03b038a164eb4913d02
authorPatrick Steinhardt <ps@pks.im>
Mon, 25 Mar 2024 10:02:54 +0000 (25 11:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2024 16:54:07 +0000 (25 09:54 -0700)
treedb56ded317fd79acf7434ccbe23ba655f870eeee
parenta2f711ade0c4816a59155d72559cbc4759cd4699
refs/reftable: print errors on compaction failure

When git-pack-refs(1) fails in the reftable backend we end up printing
no error message at all, leaving the caller puzzled as to why compaction
has failed. Fix this.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/reftable-backend.c
t/t0610-reftable-basics.sh