diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-02 09:31:54 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-02 09:31:54 -0800 |
commit | 92a865e7362de69991cc6373229801408203eb1b (patch) | |
tree | ae188bd436494cc5f08e515a32e08531827642f2 /Documentation/SubmittingPatches | |
parent | 7d5bf87ba37f9e3387bfd55dfe808301adb6a939 (diff) | |
download | git-92a865e7362de69991cc6373229801408203eb1b.tar.gz |
SubmittingPatches: give list and maintainer addresses
We told readers to "send it to the list" (or the maintainer) without
telling what addresses are to be used. Correct this.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index b421f0a674..11559ac5be 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -189,13 +189,17 @@ people who are involved in the area you are touching (the output from identify them), to solicit comments and reviews. After the list reached a consensus that it is a good idea to apply the -patch, re-send it with "To:" set to the maintainer and "cc:" the -list for inclusion. +patch, re-send it with "To:" set to the maintainer [*1*] and "cc:" the +list [*2*] for inclusion. Do not forget to add trailers such as "Acked-by:", "Reviewed-by:" and "Tested-by:" lines as necessary to credit people who helped your patch. + [Addresses] + *1* The current maintainer: gitster@pobox.com + *2* The mailing list: git@vger.kernel.org + (5) Sign your work |