From: Junio C Hamano Date: Mon, 4 Jun 2018 12:39:49 +0000 (+0900) Subject: Merge branch 'tg/doc-sec-list' X-Git-Tag: v2.18.0-rc1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fe48cb39612d695240f64313b3aff9d4c3ccc43;p=git Merge branch 'tg/doc-sec-list' Doc update. * tg/doc-sec-list: note git-security@googlegroups.com in more places SubmittingPatches: replace numbered attributes with names --- 7fe48cb39612d695240f64313b3aff9d4c3ccc43 diff --cc Documentation/SubmittingPatches index 945f8edb46,e61c9d5881..2488544407 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@@ -259,17 -265,24 +265,24 @@@ patch, format it as "multipart/signed" that starts with `-----BEGIN PGP SIGNED MESSAGE-----`. That is not a text/plain, it's something else. + :security-ml-ref: footnoteref:[security-ml] + + As mentioned at the beginning of the section, patches that may be + security relevant should not be submitted to the public mailing list + mentioned below, but should instead be sent privately to the Git + Security mailing list{security-ml-ref}. + Send your patch with "To:" set to the mailing list, with "cc:" listing -people who are involved in the area you are touching (the output from -`git blame $path` and `git shortlog --no-merges $path` would help to +people who are involved in the area you are touching (the `git +contacts` command in `contrib/contacts/` can help to identify them), to solicit comments and reviews. - :1: footnote:[The current maintainer: gitster@pobox.com] - :2: footnote:[The mailing list: git@vger.kernel.org] + :current-maintainer: footnote:[The current maintainer: gitster@pobox.com] + :git-ml: footnote:[The mailing list: git@vger.kernel.org] 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{1} and "cc:" the - list{2} for inclusion. + patch, re-send it with "To:" set to the maintainer{current-maintainer} and "cc:" the + list{git-ml} 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