aboutsummaryrefslogtreecommitdiffstats
path: root/ui-refs.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-26 10:59:52 +0100
committerlookshe <github@lookshe.org>2016-02-26 10:59:52 +0100
commit98c3bb0e3b2953abffbe2ba43e782550be006a37 (patch)
treea299b531a2b40e64ae6a65c114d531c17454cf2e /ui-refs.c
parent4d7d10dba5215da5c4a284cbe13e13e085c45d93 (diff)
check for flyspray-links in summary/refs-page
Diffstat (limited to 'ui-refs.c')
-rw-r--r--ui-refs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-refs.c b/ui-refs.c
index e066ed1..d65b060 100644
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -67,7 +67,7 @@ static int print_branch(struct refinfo *ref)
html("</td><td>");
if (ref->object->type == OBJ_COMMIT) {
- cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL);
+ cgit_commit_link2(info->subject, NULL, NULL, name, NULL, NULL, true);
html("</td><td>");
cgit_open_filter(ctx.repo->email_filter, info->author_email, "refs");
cgit_author_link(info->author, name);