From: Junio C Hamano Date: Mon, 24 Jun 2024 23:39:15 +0000 (-0700) Subject: Merge branch 'tb/commit-graph-use-tempfile' X-Git-Tag: v2.46.0-rc0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ff701d4ca9cb8a472f946846504d9e972c6262;p=thirdparty%2Fgit.git 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 --- e5ff701d4ca9cb8a472f946846504d9e972c6262