Lines Matching refs:author
1372 my $author = $1;
1373 my ($name, $address) = parse_email($author);
1374 $author = format_email($name, $address, 1);
1375 push(@authors, $author);
1804 my $author = $1;
1805 $author = deduplicate_email($author);
1806 push(@authors, $author);
2001 my $author = $1;
2002 $author = deduplicate_email($author);
2003 push(@authors, $author);
2017 my @author = vcs_find_author($cmd);
2018 next if !@author;
2020 my $formatted_author = deduplicate_email($author[0]);