summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-09-21 23:32:22 -0700
committerJunio C Hamano <gitster@pobox.com>2011-09-21 23:32:22 -0700
commit7bd050fbdc12530213c7058bbba1b4a333ec7c02 (patch)
tree1cac5747e8b50eb2c2e683de8ea603761d0bdcc5 /git-format-patch.txt
parent5723afaf3a61cef537e1f4dfa88f8faf31060ef0 (diff)
downloadgit-htmldocs-7bd050fbdc12530213c7058bbba1b4a333ec7c02.tar.gz
Autogenerated HTML docs for v1.7.7-rc2-4-g5ec82
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index d13c9b23f..6ea9be775 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -166,15 +166,22 @@ will want to ensure that threading is disabled for `git send-email`.
--to=<email>::
Add a `To:` header to the email headers. This is in addition
to any configured headers, and may be used multiple times.
+ The negated form `--no-to` discards all `To:` headers added so
+ far (from config or command line).
--cc=<email>::
Add a `Cc:` header to the email headers. This is in addition
to any configured headers, and may be used multiple times.
+ The negated form `--no-cc` discards all `Cc:` headers added so
+ far (from config or command line).
--add-header=<header>::
Add an arbitrary header to the email headers. This is in addition
to any configured headers, and may be used multiple times.
- For example, `--add-header="Organization: git-foo"`
+ For example, `--add-header="Organization: git-foo"`.
+ The negated form `--no-add-header` discards *all* (`To:`,
+ `Cc:`, and custom) headers added so far from config or command
+ line.
--cover-letter::
In addition to the patches, generate a cover letter file