@@ -399,12 +399,11 @@ letter.
399399
400400==== Choosing your reviewers
401401
402- :security-ml-ref : footnoteref:[security-ml]
402+ :security-ml: footnoteref:[security-ml
,The Git Security mailing list: [email protected] ]
403403
404- As mentioned at the beginning of the section, patches that may be
405- security relevant should not be submitted to the public mailing list
406- mentioned below, but should instead be sent privately to the Git
407- Security mailing list{security-ml-ref}.
404+ NOTE: Patches that may be
405+ security relevant should be submitted privately to the Git Security
406+ mailing list{security-ml}, instead of the public mailing list.
408407
409408:contrib-scripts: footnoteref:[contrib-scripts,Scripts under `contrib/` are +
410409not part of the core `git` binary and must be called directly. Clone the Git +
@@ -431,12 +430,6 @@ Do not forget to add trailers such as `Acked-by:`, `Reviewed-by:` and
431430`Tested-by:` lines as necessary to credit people who helped your
432431patch, and "cc:" them when sending such a final version for inclusion.
433432
434- :security-ml: footnoteref:[security-ml,The Git Security mailing list:
[email protected] ]
435-
436- Before sending any patches, please note that patches that may be
437- security relevant should be submitted privately to the Git Security
438- mailing list{security-ml}, instead of the public mailing list.
439-
440433Learn to use `format-patch` and `send-email` if possible. These commands
441434are optimized for the workflow of sending patches, avoiding many ways
442435your existing e-mail client (often optimized for "multipart/*" MIME
0 commit comments