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 /ui-shared.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-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index da37b06..93ab93c 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -940,7 +940,7 @@ void cgit_add_clone_urls(void (*fn)(const char *)) add_clone_urls(fn, ctx.cfg.clone_prefix, ctx.repo->url); } -static int print_branch_option(const char *refname, const struct object_id *oid, +static int print_branch_option(const char *refname, const char *referent, const struct object_id *oid, int flags, void *cb_data) { char *name = (char *)refname; |