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]' -- -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html