]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge