about summary refs log tree commit diff
path: root/cgit.c
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-12 07:27:57 +0100
committerRory& <root@rory.gay>2025-03-12 07:37:59 +0100
commit015b6bc11a83430f6f419501071748b7db1f6171 (patch)
tree16f8b7b0ce04085400d83c13237d1eb4d4b41ccc /cgit.c
parentCGit-magenta (diff)
downloadcgit-magenta-1.5.1.tar.xz
Update git to 2.48.1 1.5.1
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c

index 3e76a0a..ca0c77e 100644 --- a/cgit.c +++ b/cgit.c
@@ -448,7 +448,7 @@ struct refmatch { int match; }; -static int find_current_ref(const char *refname, const struct object_id *oid, +static int find_current_ref(const char *refname, const char *referent, const struct object_id *oid, int flags, void *cb_data) { struct refmatch *info;