summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-03-15 20:32:55 +0000
committerJunio C Hamano <junio@kernel.org>2010-03-15 20:32:55 +0000
commitea90ab36bcffba684cc88930450530c859318536 (patch)
tree6da3447e8586e094473ade4edd6370a94270be92 /git-format-patch.txt
parentcaa712abb1d806cccb0f24a300e299da1777fc7d (diff)
downloadgit-htmldocs-ea90ab36bcffba684cc88930450530c859318536.tar.gz
Autogenerated HTML docs for v1.7.0.2-273-gc2413
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 9674f9de6..835fb7135 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -18,7 +18,7 @@ SYNOPSIS
[--in-reply-to=Message-Id] [--suffix=.<sfx>]
[--ignore-if-in-upstream]
[--subject-prefix=Subject-Prefix]
- [--cc=<email>]
+ [--to=<email>] [--cc=<email>]
[--cover-letter]
[<common diff options>]
[ <since> | <revision range> ]
@@ -162,6 +162,10 @@ will want to ensure that threading is disabled for `git send-email`.
allows for useful naming of a patch series, and can be
combined with the `--numbered` option.
+--to=<email>::
+ Add a `To:` header to the email headers. This is in addition
+ to any configured headers, and may be used multiple times.
+
--cc=<email>::
Add a `Cc:` header to the email headers. This is in addition
to any configured headers, and may be used multiple times.
@@ -202,8 +206,8 @@ CONFIGURATION
-------------
You can specify extra mail header lines to be added to each message,
defaults for the subject prefix and file suffix, number patches when
-outputting more than one patch, add "Cc:" headers, configure attachments,
-and sign off patches with configuration variables.
+outputting more than one patch, add "To" or "Cc:" headers, configure
+attachments, and sign off patches with configuration variables.
------------
[format]
@@ -211,6 +215,7 @@ and sign off patches with configuration variables.
subjectprefix = CHANGE
suffix = .txt
numbered = auto
+ to = <email>
cc = <email>
attach [ = mime-boundary-string ]
signoff = true