aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-01 14:16:35 +0100
committerlookshe <github@lookshe.org>2016-02-01 14:16:35 +0100
commit95be399ab4692a77a818eb2d72e6b4b2e3d821ec (patch)
treed97df5a79c2ec2404d6a7a0dbb98fae65757dc3b /ui-log.c
parentfbcdeeb500586d86e829e87f6cdc92cfec81e30e (diff)
author link with correct branches
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c
index 014bf2e..babb2e3 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -237,7 +237,7 @@ static void print_commit(struct commit *commit, struct rev_info *revs)
show_commit_decorations(commit);
html("</td><td>");
cgit_open_filter(ctx.repo->email_filter, info->author_email, "log");
- cgit_author_link(info->author);
+ cgit_author_link(info->author, NULL);
cgit_close_filter(ctx.repo->email_filter);
if (revs->graph) {