Lines Matching refs:author
1350 my $author = $1;
1351 my ($name, $address) = parse_email($author);
1352 $author = format_email($name, $address, 1);
1353 push(@authors, $author);
1782 my $author = $1;
1783 $author = deduplicate_email($author);
1784 push(@authors, $author);
1929 foreach my $author (@tmp_authors) {
1930 $author = deduplicate_email($author);
1935 foreach my $author (@tmp_authors) {
1939 if ($author eq deduplicate_email($authors[$i]) &&
1946 push(@list_added, $author);
1949 push(@list_deleted, $author);
2042 my $author = $1;
2043 $author = deduplicate_email($author);
2044 push(@authors, $author);
2058 my @author = vcs_find_author($cmd);
2059 next if !@author;
2061 my $formatted_author = deduplicate_email($author[0]);