From: Junio C Hamano Date: Tue, 7 Oct 2025 19:25:27 +0000 (-0700) Subject: Merge branch 'ps/odb-clean-stale-wrappers' X-Git-Tag: v2.52.0-rc0~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbd67ab9a4e21b31ef8b634ed6ccd28d94c299f2;p=thirdparty%2Fgit.git Merge branch 'ps/odb-clean-stale-wrappers' Code clean-up. * ps/odb-clean-stale-wrappers: odb: drop deprecated wrapper functions --- fbd67ab9a4e21b31ef8b634ed6ccd28d94c299f2 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,