aboutsummaryrefslogtreecommitdiffstats
path: root/pack-objects.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-15 10:29:34 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-15 10:29:34 -0700
commit88ad76ca8920153e4ae3d56b14926d97271ffc0d (patch)
tree112adaecf840975a4443438f221e6b55c06a80da /pack-objects.c
parentMerge branch 'ag/doc-sendmail-gmail-example-update' into maint-2.51 (diff)
parentodb: drop deprecated wrapper functions (diff)
downloadgit-88ad76ca8920153e4ae3d56b14926d97271ffc0d.tar.gz
git-88ad76ca8920153e4ae3d56b14926d97271ffc0d.zip
Merge branch 'ps/odb-clean-stale-wrappers' into maint-2.51
Code clean-up. * ps/odb-clean-stale-wrappers: odb: drop deprecated wrapper functions
Diffstat (limited to 'pack-objects.c')
-rw-r--r--pack-objects.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pack-objects.c b/pack-objects.c
index a9d9855063..7b86ae8998 100644
--- a/pack-objects.c
+++ b/pack-objects.c
@@ -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,