X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1bbe04c2c09d5dfbb2c66c4f8f490008b6e5fb25..f4f6210b4f9c214dc247567bbd06b1135c9ecd06:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index d3b4f6e..33d9bec 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("");