Docs: send-email: Put options back into alphabetical order
Signed-off-by: Michael Witten <mfwitten@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
f800b65bea
commit
432b128220
@ -39,6 +39,11 @@ OPTIONS
|
|||||||
Composing
|
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.
|
||||||
|
|
||||||
--bcc=<address>::
|
--bcc=<address>::
|
||||||
Specify a "Bcc:" value for each email. Default is the value of
|
Specify a "Bcc:" value for each email. Default is the value of
|
||||||
'sendemail.bcc'.
|
'sendemail.bcc'.
|
||||||
@ -51,11 +56,6 @@ The --bcc option must be repeated for each user you want on the bcc list.
|
|||||||
+
|
+
|
||||||
The --cc option must be repeated for each user you want on the cc list.
|
The --cc option must be repeated for each user you want on the cc list.
|
||||||
|
|
||||||
--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.
|
|
||||||
|
|
||||||
--compose::
|
--compose::
|
||||||
Use $GIT_EDITOR, core.editor, $VISUAL, or $EDITOR to edit an
|
Use $GIT_EDITOR, core.editor, $VISUAL, or $EDITOR to edit an
|
||||||
introductory message for the patch series.
|
introductory message for the patch series.
|
||||||
@ -230,6 +230,12 @@ have been specified, in which case default to 'compose'.
|
|||||||
--dry-run::
|
--dry-run::
|
||||||
Do everything except actually send the emails.
|
Do everything except actually send the emails.
|
||||||
|
|
||||||
|
--[no-]format-patch::
|
||||||
|
When an argument may be understood either as a reference or as a file name,
|
||||||
|
choose to understand it as a format-patch argument ('--format-patch')
|
||||||
|
or as a file name ('--no-format-patch'). By default, when such a conflict
|
||||||
|
occurs, git send-email will fail.
|
||||||
|
|
||||||
--quiet::
|
--quiet::
|
||||||
Make git-send-email less verbose. One line per email should be
|
Make git-send-email less verbose. One line per email should be
|
||||||
all that is output.
|
all that is output.
|
||||||
@ -246,12 +252,6 @@ have been specified, in which case default to 'compose'.
|
|||||||
Default is the value of 'sendemail.validate'; if this is not set,
|
Default is the value of 'sendemail.validate'; if this is not set,
|
||||||
default to '--validate'.
|
default to '--validate'.
|
||||||
|
|
||||||
--[no-]format-patch::
|
|
||||||
When an argument may be understood either as a reference or as a file name,
|
|
||||||
choose to understand it as a format-patch argument ('--format-patch')
|
|
||||||
or as a file name ('--no-format-patch'). By default, when such a conflict
|
|
||||||
occurs, git send-email will fail.
|
|
||||||
|
|
||||||
|
|
||||||
CONFIGURATION
|
CONFIGURATION
|
||||||
-------------
|
-------------
|
||||||
|
Reference in New Issue
Block a user