diff options
author | Michael Witten <mfwitten@gmail.com> | 2009-04-13 13:23:46 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-14 01:54:25 -0700 |
commit | 3a78d078273f9eeb1f3eea06296b9901d7858d96 (patch) | |
tree | d498e3ecd80914d413f3f88666160ded87e451c7 /Documentation | |
parent | Docs: send-email: Put options back into alphabetical order (diff) | |
download | tgif-3a78d078273f9eeb1f3eea06296b9901d7858d96.tar.xz |
Docs: send-email: Refer to CONFIGURATION section for sendemail.multiedit
Replace description of sendemail.multiedit in --annotate docs
with a reference to the CONFIGURATION section.
Add such a reference to the --compose documentation.
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-send-email.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 4db5a09604..7b87d6e1da 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -40,9 +40,8 @@ Composing ~~~~~~~~~ --annotate:: - Review each patch you're about to send in an editor. The setting - 'sendemail.multiedit' defines if this will spawn one editor per patch - or one for all of them at once. + Review and edit each patch you're about to send. See the + CONFIGURATION section for 'sendemail.multiedit'. --bcc=<address>:: Specify a "Bcc:" value for each email. Default is the value of @@ -67,6 +66,8 @@ In-Reply-To headers specified in the message. If the body of the message and In-Reply-To headers will be used unless they are removed. + Missing From or In-Reply-To headers will be prompted for. ++ +See the CONFIGURATION section for 'sendemail.multiedit'. --from=<address>:: Specify the sender of the emails. This will default to |