]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-stack-tempfile'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Mar 2024 21:55:12 +0000 (14:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Mar 2024 21:55:12 +0000 (14:55 -0700)
commit330ed38a2df0d67e247edc7ea69175520ead469d
tree8aa20f015c2e82b3dbb5024110fd5dbb81775cf5
parent7a01b444638a2704befcd4c24e1d441b818ae67b
parent60c4c425155c61a081cc035240ee649aa2cb2e37
Merge branch 'ps/reftable-stack-tempfile'

The code in reftable backend that creates new table files works
better with the tempfile framework to avoid leaving cruft after a
failure.

* ps/reftable-stack-tempfile:
  reftable/stack: register compacted tables as tempfiles
  reftable/stack: register lockfiles during compaction
  reftable/stack: register new tables as tempfiles
  lockfile: report when rollback fails