[PATCH 0/3] Some random object database related fixes
From: Patrick Steinhardt <hidden>
Date: 2025-12-05 08:20:15
Hi,
this patch series fixes some small issues I've discovered while working
on some other patch series. I've decided to split it out of these
because I'm hitting the same issues in multiple series, and I don't want
those to become dependent on one another.
The patch series is built on top of f0ef5b6d9b with
ps/object-source-management at ac65c70663 (odb: handle recreation of
quarantine directories, 2025-11-19) merged into it.
Thanks!
Patrick
---
Patrick Steinhardt (3):
builtin/repack: fix geometric repacks with promisor remotes
builtin/gc: fix condition for whether to write commit graphs
odb: properly close sources before freeing them
builtin/gc.c | 8 +++++---
builtin/repack.c | 5 +++--
odb.c | 2 +-
t/t7703-repack-geometric.sh | 26 ++++++++++++++++++++++++++
t/t7900-maintenance.sh | 26 ++++++++++++++++++++++++++
5 files changed, 61 insertions(+), 6 deletions(-)
---
base-commit: 2797238193944b52d12624a04a962f40b9bcad69
change-id: 20251205-odb-related-fixes-5f48a0993ef7