Home
last modified time | relevance | path

Searched refs:email (Results 1 – 3 of 3) sorted by relevance

/scripts/
Dget_maintainer.pl25 my $email = 1;
233 'email!' => \$email,
305 $email = 0;
314 my $selections = $email + $scm + $status + $subsystem + $web;
320 if ($email &&
930 foreach my $email (@email_to, @list_to) {
931 $email->[0] = deduplicate_email($email->[0]);
935 if ($email &&
940 if ($email && $email_git_blame) {
945 if ($email) {
[all …]
Dcheckpatch.pl1477 my ($email) = @_;
1479 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
3023 my $email = $4;
3044 "$ucfirst_sign_off $email";
3052 "$ucfirst_sign_off $email";
3061 "$ucfirst_sign_off $email";
3065 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
3069 "Unrecognized email address: '$email'\n" . $herecurr);
3076 if (!same_email_addresses($email, $suggested_email)) {
3078 "email address '$email' might be better as '$suggested_email'\n" . $herecurr) &&
[all …]
/scripts/package/
Dmkdebian107 email=${DEBEMAIL-$EMAIL}
110 if echo $email | grep -q '<.*>'; then
111 maintainer=$email
116 if [ -z "$email" ]; then
118 email="$user@$buildhost"
120 maintainer="$name <$email>"