* [PATCH] format-patch: document the format.to configuration setting
@ 2010-07-12 18:58 Miklos Vajna
2010-07-13 6:05 ` Jonathan Nieder
0 siblings, 1 reply; 3+ messages in thread
From: Miklos Vajna @ 2010-07-12 18:58 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---
Reported by leo2007 on IRC.
Documentation/config.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 72949e7..877f78d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -886,6 +886,10 @@ format.headers::
Additional email headers to include in a patch to be submitted
by mail. See linkgit:git-format-patch[1].
+format.to::
+ Additional "To:" headers to include in a patch to be submitted
+ by mail. See the --to option in linkgit:git-format-patch[1].
+
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].
--
1.7.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] format-patch: document the format.to configuration setting
2010-07-12 18:58 [PATCH] format-patch: document the format.to configuration setting Miklos Vajna
@ 2010-07-13 6:05 ` Jonathan Nieder
2010-07-13 8:41 ` Miklos Vajna
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Nieder @ 2010-07-13 6:05 UTC (permalink / raw)
To: Miklos Vajna; +Cc: Junio C Hamano, git
Hi Miklos,
Miklos Vajna wrote:
> --- a/Documentation/config.txt
> +++ b/Documentation/config.txt
> @@ -886,6 +886,10 @@ format.headers::
> Additional email headers to include in a patch to be submitted
> by mail. See linkgit:git-format-patch[1].
>
> +format.to::
> + Additional "To:" headers to include in a patch to be submitted
> + by mail. See the --to option in linkgit:git-format-patch[1].
> +
> 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].
Maybe something like this would make sense on top?
Your patch looks good, of course.
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 877f78d..79d54e5 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -887,12 +887,10 @@ format.headers::
by mail. See linkgit:git-format-patch[1].
format.to::
- Additional "To:" headers to include in a patch to be submitted
- by mail. See the --to option in linkgit:git-format-patch[1].
-
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]'
--
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] format-patch: document the format.to configuration setting
2010-07-13 6:05 ` Jonathan Nieder
@ 2010-07-13 8:41 ` Miklos Vajna
0 siblings, 0 replies; 3+ messages in thread
From: Miklos Vajna @ 2010-07-13 8:41 UTC (permalink / raw)
To: Jonathan Nieder; +Cc: Junio C Hamano, git
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
On Tue, Jul 13, 2010 at 01:05:51AM -0500, Jonathan Nieder <jrnieder@gmail.com> wrote:
> Maybe something like this would make sense on top?
I don't mind. :)
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-13 8:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-12 18:58 [PATCH] format-patch: document the format.to configuration setting Miklos Vajna
2010-07-13 6:05 ` Jonathan Nieder
2010-07-13 8:41 ` Miklos Vajna
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).