Lines Matching refs:author
148 "HgAuthor: {author}\\n" .
158 "HgAuthor: {author}\\n" .
1384 my $author = $1;
1385 my ($name, $address) = parse_email($author);
1386 $author = format_email($name, $address, 1);
1387 push(@authors, $author);
1585 "\n#(toggle), A#(author), S#(signed) *(all), ^(none), O(options), Y(approve): ";
1627 if ($list[$i]->[1] =~ /^(author|commit|signer)/i);
1730 be matched to its commit author and that commits signers with blame.
1814 my $author = $1;
1815 $author = deduplicate_email($author);
1816 push(@authors, $author);
1962 foreach my $author (@tmp_authors) {
1963 $author = deduplicate_email($author);
1968 foreach my $author (@tmp_authors) {
1972 if ($author eq deduplicate_email($authors[$i]) &&
1979 push(@list_added, $author);
1982 push(@list_deleted, $author);
2075 my $author = $1;
2076 $author = deduplicate_email($author);
2077 push(@authors, $author);
2091 my @author = vcs_find_author($cmd);
2092 next if !@author;
2094 my $formatted_author = deduplicate_email($author[0]);