From 8335a28b13084a672d804a2f6701e3178785be0c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 24 Aug 2025 04:58:30 +0000 Subject: git: update to v2.51.0 --- cgit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index 2efa962..d897e26 100644 --- a/cgit.c +++ b/cgit.c @@ -448,8 +448,8 @@ struct refmatch { int match; }; -static int find_current_ref(const char *refname, const struct object_id *oid, - int flags, void *cb_data) +static int find_current_ref(const char *refname, const char *referent, + const struct object_id *oid, int flags, void *cb_data) { struct refmatch *info; -- cgit v1.2.3-freya