]> git.ipfire.org Git - thirdparty/git.git/commit
odb: handle recreation of quarantine directories
authorPatrick Steinhardt <ps@pks.im>
Wed, 19 Nov 2025 07:51:01 +0000 (08:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Nov 2025 20:16:00 +0000 (12:16 -0800)
commitac65c70663b092e823b0d3de1c1cfdee0a4fbc8e
tree5a4b721f47d9780439ac20a5410415a0f2c08883
parent2816b748e5c300afda559a09426f8342c235c29d
odb: handle recreation of quarantine directories

In the preceding commit we have moved the logic that reparents object
database sources on chdir(3p) from "setup.c" into "odb.c". Let's also do
the same for any temporary quarantine directories so that the complete
reparenting logic is self-contained in "odb.c".

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
odb.c
setup.c