X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/71d3ca75d1e941948dd3b965f5a5c2f2865e94fd..119397b175874bd606952e93b7249ae4ffb9afbe:/ui-refs.c?ds=sidebyside diff --git a/ui-refs.c b/ui-refs.c index 98738db..94ff6be 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -74,7 +74,7 @@ static int print_branch(struct refinfo *ref) html(""); if (ref->object->type == OBJ_COMMIT) { - cgit_commit_link(info->subject, NULL, NULL, name, NULL, 0); + cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL, 0); html(""); html_txt(info->author); html("");