mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 03:44:22 +02:00
filter: add support for email filter
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
800380dde7
commit
a5e1553726
9 changed files with 47 additions and 2 deletions
2
ui-log.c
2
ui-log.c
|
@ -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("</td><td>");
|
||||
cgit_open_filter(ctx.repo->email_filter, info->author_email);
|
||||
html_txt(info->author);
|
||||
cgit_close_filter(ctx.repo->email_filter);
|
||||
|
||||
if (revs->graph) {
|
||||
html("</td><td>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue