git-send-email-script: minimum whitespace cleanup.
Now it is ready to hit the "master" branch, clean up the script for trailing whitespace and mixture of tabs and spaces. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -137,12 +137,12 @@ if (@files) {
|
|||||||
git-send-email-script [options] <file | directory> [... file | directory ]
|
git-send-email-script [options] <file | directory> [... file | directory ]
|
||||||
Options:
|
Options:
|
||||||
--from Specify the "From:" line of the email to be sent.
|
--from Specify the "From:" line of the email to be sent.
|
||||||
--to Specify the primary "To:" line of the email.
|
--to Specify the primary "To:" line of the email.
|
||||||
--subject Specify the initial "Subject:" line.
|
--subject Specify the initial "Subject:" line.
|
||||||
--in-reply-to Specify the first "In-Reply-To:" header line.
|
--in-reply-to Specify the first "In-Reply-To:" header line.
|
||||||
--chain-reply-to If set, the replies will all be to the previous
|
--chain-reply-to If set, the replies will all be to the previous
|
||||||
email sent, rather than to the first email sent.
|
email sent, rather than to the first email sent.
|
||||||
Defaults to on.
|
Defaults to on.
|
||||||
--smtp-server If set, specifies the outgoing SMTP server to use.
|
--smtp-server If set, specifies the outgoing SMTP server to use.
|
||||||
Defaults to localhost.
|
Defaults to localhost.
|
||||||
|
|
||||||
@ -276,7 +276,6 @@ foreach my $t (@files) {
|
|||||||
$reply_to = $message_id;
|
$reply_to = $message_id;
|
||||||
}
|
}
|
||||||
make_message_id();
|
make_message_id();
|
||||||
# $subject = "Re: ".$initial_subject;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -291,6 +290,3 @@ sub unique_email_list(@) {
|
|||||||
}
|
}
|
||||||
return @emails;
|
return @emails;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user