Skip to content

Commit

Permalink
[PATCH] Doc: update git-send-email-script documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Ryan Anderson authored and Junio C Hamano committed Aug 3, 2005
1 parent e205735 commit a6d62cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Documentation/git-send-email-script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ The options available are:
to set this to a space. For example
--in-reply-to=" "

--chain-reply-to, --no-chain-reply-to
If this is set, each email will be sent as a reply to the previous
email sent. If disabled with "--no-chain-reply-to", all emails after
the first will be sent as replies to the first email sent. When using
this, it is recommended that the first file given be an overview of the
entire patch series.
Default is --chain-reply-to

--smtp-server
If set, specifies the outgoing SMTP server to use. Defaults to
localhost.


Author
------
Written by Ryan Anderson <ryan@michonline.com>
Expand Down

0 comments on commit a6d62cd

Please sign in to comment.