Lines Matching full:type
319 ## Read MAINTAINERS for type/value pairs
337 my $type = $1;
341 if ($type eq "F" || $type eq "X") {
349 } elsif ($type eq "K") {
352 push(@typevalue, "$type:$value");
672 my $type = $1;
674 if ($type eq "S") {
677 } elsif ($type eq "F" || $type eq "N") {
679 } elsif ($type eq "M" || $type eq "R" || $type eq "L") {
697 my $type = $1;
701 if (($type eq "F" || $type eq "X") &&
715 } elsif (($type eq "W" || $type eq "Q" || $type eq "B") &&
736 } elsif ($type eq "T" &&
788 my $type = $1;
790 if ($type eq 'S') {
806 my $type = $1;
808 if ($type eq 'M') {
855 my $type = $1;
857 if ($type eq 'X') {
870 my $type = $1;
872 if ($type eq 'F') {
888 } elsif ($type eq 'N') {
1007 --git-all-signature-types => include signers regardless of signature type
1034 Output type options:
1504 my @type = @signature_lines;
1506 s/\s*(.*):.*/$1/ for (@type);
1517 return (\@type, \@signature_lines);
2063 my $type = $types[0];
2072 @{$ref}[2] eq $type) {
2079 [ ($commit, $subject, $type) ]);