aboutsummaryrefslogtreecommitdiff
path: root/packfile.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-23 13:48:48 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-23 13:48:48 -0800
commitb1af291b4adf1c433ad2b79f0390f7d6b516a964 (patch)
tree56e0371e44abc3b1b8e27e5bdfbb304a02556b14 /packfile.c
parent703c97519dfac64291f79b1772e25c65d233e97e (diff)
parent732ec9b17b78a49496bfb796fcfe606f3a9f02f1 (diff)
downloadgit-b1af291b4adf1c433ad2b79f0390f7d6b516a964.tar.xz
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
* ps/object-info-bits-cleanup: odb: convert `odb_has_object()` flags into an enum odb: convert object info flags into an enum odb: drop gaps in object info flag values builtin/fsck: fix flags passed to `odb_has_object()` builtin/backfill: fix flags passed to `odb_has_object()`
Diffstat (limited to 'packfile.c')
-rw-r--r--packfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile.c b/packfile.c
index 57fbf51876..ce837f852a 100644
--- a/packfile.c
+++ b/packfile.c
@@ -2175,7 +2175,7 @@ int packfile_store_freshen_object(struct packfile_store *store,
int packfile_store_read_object_info(struct packfile_store *store,
const struct object_id *oid,
struct object_info *oi,
- unsigned flags UNUSED)
+ enum object_info_flags flags UNUSED)
{
struct pack_entry e;
int ret;