Merge branch 'tb/commit-graph-use-tempfile'
commite5ff701d4ca9cb8a472f946846504d9e972c6262
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2024 23:39:15 +0000 (24 16:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2024 23:39:15 +0000 (24 16:39 -0700)
tree9ee7ef8855284be68f30a899adbfd4e78b48e9c3
parent2c4aa7ad742c2f180aa7be248797d551707548a4
parent8981dca8bc717d7656f28fc375b513b91b365360
Merge branch 'tb/commit-graph-use-tempfile'

"git update-server-info" and "git commit-graph --write" have been
updated to use the tempfile API to avoid leaving cruft after
failing.

* tb/commit-graph-use-tempfile:
  server-info.c: remove temporary info files on exit
  commit-graph.c: remove temporary graph layers on exit
commit-graph.c