diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2021-09-09 09:47:08 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-09 12:56:11 -0700 |
commit | c4dee2c0851f3a6b202afd2c9d979ed417f4bcdc (patch) | |
tree | 26bb6f2a86a488dbd3e3c46ca7a34b449e5bc3f5 /t/t1405-main-ref-store.sh | |
parent | run_auto_maintenance(): implicitly close the object store (diff) | |
download | tgif-c4dee2c0851f3a6b202afd2c9d979ed417f4bcdc.tar.xz |
Close object store closer to spawning child processes
In many cases where we spawned child processes that _may_ trigger a
repack, we explicitly closed the object store first (so that the
`repack` process can delete the `.pack` files, which would otherwise not
be possible on Windows since files cannot be deleted as long as they as
still in use).
Wherever possible, we now use the new `close_object_store` bit of the
`run_command()` API, to delay closing the object store even further.
This makes the code easier to maintain because it is now more obvious
that we only release those file handles because of those child
processes.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1405-main-ref-store.sh')
0 files changed, 0 insertions, 0 deletions