summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e205735)
raw | patch | inline | side by side (parent: e205735)
author | Ryan Anderson <ryan@michonline.com> | |
Wed, 3 Aug 2005 01:45:22 +0000 (21:45 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Aug 2005 05:53:27 +0000 (22:53 -0700) |
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-send-email-script.txt | patch | blob | history |
index 97d5baed0587f7217bd70cbbe9aa813e72f77c2b..89f98bbf70a07138a0b9c92bccbfe595749bcb39 100644 (file)
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>