summaryrefslogtreecommitdiff
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-10-27 04:52:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-10-27 04:52:26 (GMT)
commit9b1054d93e7e8564d0d9865cb7118cb6e756c74b (patch)
tree0b9de3569b26589e6fa265e15d1ed204828ce069 /Documentation/git-send-email.txt
parente6202dfe0021e2662eb4e19e6d01e33081608b5e (diff)
parent6e74e075d25aea67cf973e456a6804c0c3741235 (diff)
downloadgit-9b1054d93e7e8564d0d9865cb7118cb6e756c74b.zip
git-9b1054d93e7e8564d0d9865cb7118cb6e756c74b.tar.gz
git-9b1054d93e7e8564d0d9865cb7118cb6e756c74b.tar.bz2
Merge branch 'jp/send-email-to-cmd'
* jp/send-email-to-cmd: git-send-email.perl: Add --to-cmd Conflicts: git-send-email.perl
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r--Documentation/git-send-email.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index cde404a..05904e0 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -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.