X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/41934a3222cd3e5a5f214e4275929519c70d311d..e15842af627de03845b9c949f1f1596d94e3be02:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index b3489ee..98738db 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); + cgit_commit_link(info->subject, NULL, NULL, name, NULL, 0); html(""); html_txt(info->author); html("");