summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-15 16:04:43 -0700
committerJunio C Hamano <gitster@pobox.com>2023-05-15 16:04:43 -0700
commitd37473e2a262d1f0e9c59977086e3cc740b6278f (patch)
tree701a49546edd05ea1c7f8e594a495647ac8ef6be /git-send-email.txt
parentd155f614392834fc25b1a475aa3fa83c543b7538 (diff)
downloadgit-htmldocs-d37473e2a262d1f0e9c59977086e3cc740b6278f.tar.gz
Autogenerated HTML docs for v2.41.0-rc0
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index 6e988a83c..492a82323 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -320,6 +320,17 @@ Automating
Output of this command must be single email address per line.
Default is the value of `sendemail.ccCmd` configuration value.
+--header-cmd=<command>::
+ Specify a command that is executed once per outgoing message
+ and output RFC 2822 style header lines to be inserted into
+ them. When the `sendemail.headerCmd` configuration variable is
+ set, its value is always used. When --header-cmd is provided
+ at the command line, its value takes precedence over the
+ `sendemail.headerCmd` configuration variable.
+
+--no-header-cmd::
+ Disable any header command in use.
+
--[no-]chain-reply-to::
If this is set, each email will be sent as a reply to the previous
email sent. If disabled with "--no-chain-reply-to", all emails after