X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/49f607777fe3d9393574a572d72caa568ee3ca3c..eeddb5bc0905d4728001a111a9b1eb60ecccf9bd:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index 7e58737..d2ba48d 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -67,7 +67,7 @@ static int print_branch(struct refinfo *ref) html(""); if (ref->object->type == OBJ_COMMIT) { - cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL, 0); + cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL); html(""); cgit_open_filter(ctx.repo->email_filter, info->author_email, "refs"); html_txt(info->author);