aboutsummaryrefslogtreecommitdiffstats
path: root/object.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-08 10:05:35 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-08 10:05:37 -0800
commitf2414e11feb8833fd51dc7dee11b1c99c0a54821 (patch)
tree8075b2f96403a9277f4f17ae6f8d697df4aad800 /object.h
parentMerge branch 'en/ort-rename-another-fix' into jch (diff)
parentmaintenance: add 'is-needed' subcommand (diff)
downloadgit-f2414e11feb8833fd51dc7dee11b1c99c0a54821.tar.gz
git-f2414e11feb8833fd51dc7dee11b1c99c0a54821.zip
Merge branch 'kn/maintenance-is-needed' into jch
"git maintenance" command learned "is-needed" subcommand to tell if it is necessary to perform various maintenance tasks. * kn/maintenance-is-needed: maintenance: add 'is-needed' subcommand maintenance: add checking logic in `pack_refs_condition()` refs: add a `optimize_required` field to `struct ref_storage_be` reftable/stack: add function to check if optimization is required reftable/stack: return stack segments directly
Diffstat (limited to 'object.h')
-rw-r--r--object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/object.h b/object.h
index fd15eecce8..daaafdf93a 100644
--- a/object.h
+++ b/object.h
@@ -80,7 +80,6 @@ void object_array_init(struct object_array *array);
* list-objects-filter.c: 21
* bloom.c: 2122
* builtin/fsck.c: 0--3
- * builtin/gc.c: 0
* builtin/index-pack.c: 2021
* reflog.c: 10--12
* builtin/show-branch.c: 0-------------------------------------------26