From 36a1d663a66e0e6226d55f477287578d867c6fb8 Mon Sep 17 00:00:00 2001 From: lookshe Date: Mon, 1 Feb 2016 13:26:29 +0100 Subject: added link to author (similar to gitweb) --- ui-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-log.c') diff --git a/ui-log.c b/ui-log.c index 4573255..014bf2e 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(""); cgit_open_filter(ctx.repo->email_filter, info->author_email, "log"); - html_txt(info->author); + cgit_author_link(info->author); cgit_close_filter(ctx.repo->email_filter); if (revs->graph) { -- cgit v1.2.3