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:
Junio C Hamano
2005-07-31 23:05:16 -07:00
parent a6d62cdd21
commit 5825e5b25c

View File

@ -137,12 +137,12 @@ if (@files) {
git-send-email-script [options] <file | directory> [... file | directory ]
Options:
--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.
--in-reply-to Specify the first "In-Reply-To:" header line.
--chain-reply-to If set, the replies will all be to the previous
email sent, rather than to the first email sent.
Defaults to on.
email sent, rather than to the first email sent.
Defaults to on.
--smtp-server If set, specifies the outgoing SMTP server to use.
Defaults to localhost.
@ -276,7 +276,6 @@ foreach my $t (@files) {
$reply_to = $message_id;
}
make_message_id();
# $subject = "Re: ".$initial_subject;
}
@ -291,6 +290,3 @@ sub unique_email_list(@) {
}
return @emails;
}