Merge branch 'jp/send-email-to-cmd'
* jp/send-email-to-cmd: git-send-email.perl: Add --to-cmd Conflicts: git-send-email.perl
This commit is contained in:
@ -97,7 +97,7 @@ See the CONFIGURATION section for 'sendemail.multiedit'.
|
||||
Specify the primary recipient of the emails generated. Generally, this
|
||||
will be the upstream maintainer of the project involved. Default is the
|
||||
value of the 'sendemail.to' configuration value; if that is unspecified,
|
||||
this will be prompted for.
|
||||
and --to-cmd is not specified, this will be prompted for.
|
||||
+
|
||||
The --to option must be repeated for each user you want on the to list.
|
||||
|
||||
@ -186,6 +186,12 @@ must be used for each option.
|
||||
Automating
|
||||
~~~~~~~~~~
|
||||
|
||||
--to-cmd=<command>::
|
||||
Specify a command to execute once per patch file which
|
||||
should generate patch file specific "To:" entries.
|
||||
Output of this command must be single email address per line.
|
||||
Default is the value of 'sendemail.tocmd' configuration value.
|
||||
|
||||
--cc-cmd=<command>::
|
||||
Specify a command to execute once per patch file which
|
||||
should generate patch file specific "Cc:" entries.
|
||||
|
Reference in New Issue
Block a user