]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/commit-graph-use-tempfile'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2024 23:39:15 +0000 (16:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2024 23:39:15 +0000 (16:39 -0700)
"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

1  2 
commit-graph.c

diff --cc commit-graph.c
Simple merge