diff options
author | Ryan Anderson <ryan@michonline.com> | 2005-08-03 03:45:22 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-03 07:53:27 +0200 |
commit | a6d62cdd21f0684e1229e4e22f90d9bd4c9517b5 (patch) | |
tree | e7b7d334e28c6ca58ecf385b9f8dfb7040373662 /Documentation/git-send-email-script.txt | |
parent | [PATCH] git-send-email-script - Fix loops that limit emails to unique values ... (diff) | |
download | git-a6d62cdd21f0684e1229e4e22f90d9bd4c9517b5.tar.xz git-a6d62cdd21f0684e1229e4e22f90d9bd4c9517b5.zip |
[PATCH] Doc: update git-send-email-script documentation.
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/git-send-email-script.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/git-send-email-script.txt b/Documentation/git-send-email-script.txt index 97d5baed05..89f98bbf70 100644 --- a/Documentation/git-send-email-script.txt +++ b/Documentation/git-send-email-script.txt @@ -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> |