All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jari Aalto <jari.aalto@cante.net>
To: git@vger.kernel.org
Subject: [PATCH] Option --smtp-server clarified. The argument can be of two kinds
Date: Mon, 30 Apr 2007 15:37:28 +0300	[thread overview]
Message-ID: <3b2ixcl3.fsf@cante.net> (raw)


Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 (1) eol whitespace removal

 (2) The first 3 lines are actual changes. The rest is due to formatting
 of the paragraph (fill).

 Documentation/git-send-email.txt |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 795db87..070438d 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -54,7 +54,7 @@ The --cc option must be repeated for each user you want on the cc list.
 
 --in-reply-to::
 	Specify the contents of the first In-Reply-To header.
-	Subsequent emails will refer to the previous email 
+	Subsequent emails will refer to the previous email
 	instead of this if --chain-reply-to is set (the default)
 	Only necessary if --compose is also set.  If --compose
 	is not set, this will be prompted for.
@@ -68,13 +68,13 @@ The --cc option must be repeated for each user you want on the cc list.
 	all that is output.
 
 --smtp-server::
-	If set, specifies the outgoing SMTP server to use.  A full
-	pathname of a sendmail-like program can be specified instead;
-	the program must support the `-i` option.  Default value can
-	be specified by the 'sendemail.smtpserver' configuration
-	option; the built-in default is `/usr/sbin/sendmail` or
-	`/usr/lib/sendmail` if such program is available, or
-	`localhost` otherwise.
+	If set, specifies the outgoing SMTP server to use (like
+	smtp.example.com or raw IP address).  Alternatively the argument can
+	be a full pathname of a sendmail-like program.	The program must
+	support the `-i` option.  Default value can be specified by the
+	'sendemail.smtpserver' configuration option; the built-in default is
+	`/usr/sbin/sendmail` or `/usr/lib/sendmail` if such program is
+	available, or `localhost` otherwise.
 
 --subject::
    	Specify the initial subject of the email thread.
-- 
1.5.1.2.GIT

             reply	other threads:[~2007-04-30 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-30 12:37 Jari Aalto [this message]
2007-04-30 23:51 ` [PATCH] Option --smtp-server clarified. The argument can be of two kinds Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3b2ixcl3.fsf@cante.net \
    --to=jari.aalto@cante.net \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.