diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-10-26 21:52:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-26 21:52:26 -0700 |
commit | 9b1054d93e7e8564d0d9865cb7118cb6e756c74b (patch) | |
tree | 0b9de3569b26589e6fa265e15d1ed204828ce069 /Documentation | |
parent | Merge branch 'as/daemon-multi-listen' (diff) | |
parent | git-send-email.perl: Add --to-cmd (diff) | |
download | tgif-9b1054d93e7e8564d0d9865cb7118cb6e756c74b.tar.xz |
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')
-rw-r--r-- | Documentation/git-send-email.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index cde404a461..05904e0e7f 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. |