Skip to content

Commit

Permalink
Docs: send-email: Refer to CONFIGURATION section for sendemail.multiedit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Witten authored and Junio C Hamano committed Apr 14, 2009
1 parent 432b128 commit 3a78d07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/git-send-email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3a78d07

Please sign in to comment.