diff options
author | Freya Murphy <freya@freyacat.org> | 2025-08-24 04:58:30 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-08-24 05:00:41 +0000 |
commit | 8335a28b13084a672d804a2f6701e3178785be0c (patch) | |
tree | 2393b79db475b988b2418e761a1b9dbdde4d504f /cgit.c | |
parent | add more meta tags to the header (diff) | |
download | cgit-8335a28b13084a672d804a2f6701e3178785be0c.tar.gz cgit-8335a28b13084a672d804a2f6701e3178785be0c.tar.bz2 cgit-8335a28b13084a672d804a2f6701e3178785be0c.zip |
git: update to v2.51.0
Diffstat (limited to '')
-rw-r--r-- | cgit.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |