about summary refs log tree commit diff
path: root/cgit.h
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.h
parentCGit-magenta (diff)
downloadcgit-magenta-1.5.1.tar.xz
Update git to 2.48.1 1.5.1
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h

index dafc8c4..bc0bbf9 100644 --- a/cgit.h +++ b/cgit.h
@@ -346,7 +346,7 @@ extern void strbuf_ensure_end(struct strbuf *sb, char c); extern void cgit_add_ref(struct reflist *list, struct refinfo *ref); extern void cgit_free_reflist_inner(struct reflist *list); -extern int cgit_refs_cb(const char *refname, const struct object_id *oid, +extern int cgit_refs_cb(const char *refname, const char *referent, const struct object_id *oid, int flags, void *cb_data); extern void cgit_free_commitinfo(struct commitinfo *info);