diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-07-12 20:58:38 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-13 09:02:59 -0700 |
commit | 312a30eb5d1926df19c756ba89561507f3cefdc7 (patch) | |
tree | 8422ac8ba2e7954b572d12732c243981af32220a /Documentation/config.txt | |
parent | 5d1e34158a3023af48541bf1731d202849929a12 (diff) | |
download | git-312a30eb5d1926df19c756ba89561507f3cefdc7.tar.gz |
format-patch: document the format.to configuration setting
[jc: with simplification from Jonathan Nieder]
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index ae174c99db..1029bc46ca 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -870,9 +870,11 @@ format.headers:: Additional email headers to include in a patch to be submitted by mail. See linkgit:git-format-patch[1]. +format.to:: format.cc:: - Additional "Cc:" headers to include in a patch to be submitted - by mail. See the --cc option in linkgit:git-format-patch[1]. + Additional recipients to include in a patch to be submitted + by mail. See the --to and --cc options in + linkgit:git-format-patch[1]. format.subjectprefix:: The default for format-patch is to output files with the '[PATCH]' |