]> git.ipfire.org Git - thirdparty/git.git/commit
tempfile: add repo_create_tempfile{,_mode}()
authorRené Scharfe <l.s.r@web.de>
Tue, 14 Jul 2026 17:59:52 +0000 (19:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Jul 2026 19:54:25 +0000 (12:54 -0700)
commit8aad1dfc006e129d3276ae6dd5cc2ba7ca2a8f4c
tree6c40df94aafc1a1b6edef785cc626ac3b532054f
parente9019fcafe0040228b8631c30f97ae1adb61bcdc
tempfile: add repo_create_tempfile{,_mode}()

Add variants of create_tempfile_mode() that handle arbitrary
repositories.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
tempfile.c
tempfile.h