X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/4e75d7c9b93010663963d362099777b77a67c446..60fcf600f5010701c20b63867999a802ca0e05c0:/ui-refs.c 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("");