Signed-off-by: Ryan Anderson <[EMAIL PROTECTED]> --- Documentation/git-send-email-script.txt | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-)
b09788cd193a52bb44ab39826c9c6959f79305d5 diff --git a/Documentation/git-send-email-script.txt b/Documentation/git-send-email-script.txt --- 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 <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html