X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d76c438eada18cd3fd2980c9555f542cbe636479..9999b0a3e915c76a52be433830660e803ef71cb0:/ui-log.c?ds=sidebyside diff --git a/ui-log.c b/ui-log.c index c154f69..499534c 100644 --- a/ui-log.c +++ b/ui-log.c @@ -1,6 +1,6 @@ /* ui-log.c: functions for log output * - * Copyright (C) 2006 Lars Hjemli + * Copyright (C) 2006-2014 cgit Development Team * * Licensed under GNU General Public License v2 * (see COPYING for full license text) @@ -168,7 +168,9 @@ static void print_commit(struct commit *commit, struct rev_info *revs) sha1_to_hex(commit->object.sha1), ctx.qry.vpath, 0); show_commit_decorations(commit); html(""); + cgit_open_filter(ctx.repo->email_filter, info->author_email, "log"); html_txt(info->author); + cgit_close_filter(ctx.repo->email_filter); if (revs->graph) { html("");