]> git.ipfire.org Git - thirdparty/git.git/commit
odb: get rid of `the_repository` in `odb_mkstemp()`
authorPatrick Steinhardt <ps@pks.im>
Tue, 1 Jul 2025 12:22:19 +0000 (14:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2025 21:46:35 +0000 (14:46 -0700)
commit1b1679c6883f948b19599f11229ff61124b51733
treeef32c258741e65d44134ac1b73b761b372a2aac1
parent961038856bcd319289a226e29503358123c0a1ba
odb: get rid of `the_repository` in `odb_mkstemp()`

Get rid of our dependency on `the_repository` in `odb_mkstemp()` by
passing in the object database as a parameter and adjusting all callers.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-import.c
builtin/index-pack.c
bundle-uri.c
odb.c
odb.h
pack-bitmap-write.c
pack-write.c