Lines Matching refs:author
1669 my $author = $1;
1670 my ($name, $address) = parse_email($author);
1671 $author = format_email($name, $address, 1);
1672 push(@authors, $author);
2128 my $author = $1;
2129 $author = deduplicate_email($author);
2130 push(@authors, $author);
2276 foreach my $author (@tmp_authors) {
2277 $author = deduplicate_email($author);
2282 foreach my $author (@tmp_authors) {
2286 if ($author eq deduplicate_email($authors[$i]) &&
2293 push(@list_added, $author);
2296 push(@list_deleted, $author);
2389 my $author = $1;
2390 $author = deduplicate_email($author);
2391 push(@authors, $author);
2405 my @author = vcs_find_author($cmd);
2406 next if !@author;
2408 my $formatted_author = deduplicate_email($author[0]);