From: Junio C Hamano Date: Sun, 5 Oct 2025 22:04:13 +0000 (-0700) Subject: Merge branch 'ps/odb-clean-stale-wrappers' into jch X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9407f4da967e1de0a388d506fd90f5c994ad1a50;p=thirdparty%2Fgit.git Merge branch 'ps/odb-clean-stale-wrappers' into jch Code clean-up. * ps/odb-clean-stale-wrappers: odb: drop deprecated wrapper functions --- 9407f4da967e1de0a388d506fd90f5c994ad1a50 diff --cc pack-objects.c index d8eb679735,a9d9855063..9d6ee72569 --- a/pack-objects.c +++ b/pack-objects.c @@@ -4,6 -4,6 +4,7 @@@ #include "pack-objects.h" #include "packfile.h" #include "parse.h" ++#include "repository.h" static uint32_t locate_object_entry_hash(struct packing_data *pdata, const struct object_id *oid,