summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-02-28 00:27:44 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-02-28 00:27:44 +0000
commit24bc09a2408f779de87b173b93386f5d1cbeee34 (patch)
treefed4584ad7fba36e609ec2ad9eed33fc9aee2c1d /git-format-patch.txt
parent69f491759956153218a1ac862629c439a194d865 (diff)
downloadgit-htmldocs-24bc09a2408f779de87b173b93386f5d1cbeee34.tar.gz
Autogenerated HTML docs for v1.5.4.3-325-g6d21
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt25
1 files changed, 18 insertions, 7 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 651efe6ca..b5207b760 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -10,13 +10,15 @@ SYNOPSIS
--------
[verse]
'git-format-patch' [-k] [-o <dir> | --stdout] [--thread]
- [--attach[=<boundary>] | --inline[=<boundary>]]
- [-s | --signoff] [<common diff options>]
- [-n | --numbered | -N | --no-numbered]
- [--start-number <n>] [--numbered-files]
- [--in-reply-to=Message-Id] [--suffix=.<sfx>]
- [--ignore-if-in-upstream]
- [--subject-prefix=Subject-Prefix]
+ [--attach[=<boundary>] | --inline[=<boundary>]]
+ [-s | --signoff] [<common diff options>]
+ [-n | --numbered | -N | --no-numbered]
+ [--start-number <n>] [--numbered-files]
+ [--in-reply-to=Message-Id] [--suffix=.<sfx>]
+ [--ignore-if-in-upstream]
+ [--subject-prefix=Subject-Prefix]
+ [--cc=<email>]
+ [--cover-letter]
[ <since> | <revision range> ]
DESCRIPTION
@@ -135,6 +137,15 @@ include::diff-options.txt[]
allows for useful naming of a patch series, and can be
combined with the --numbered option.
+--cc=<email>::
+ Add a "Cc:" header to the email headers. This is in addition
+ to any configured headers, and may be used multiple times.
+
+--cover-letter::
+ Generate a cover letter template. You still have to fill in
+ a description, but the shortlog and the diffstat will be
+ generated for you.
+
--suffix=.<sfx>::
Instead of using `.patch` as the suffix for generated
filenames, use specified suffix. A common alternative is