@@ -399,12 +399,11 @@ letter.
399
399
400
400
==== Choosing your reviewers
401
401
402
- :security-ml-ref : footnoteref:[security-ml]
402
+ :security-ml: footnoteref:[security-ml
,The Git Security mailing list: [email protected] ]
403
403
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.
408
407
409
408
:contrib-scripts: footnoteref:[contrib-scripts,Scripts under `contrib/` are +
410
409
not 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
431
430
`Tested-by:` lines as necessary to credit people who helped your
432
431
patch, and "cc:" them when sending such a final version for inclusion.
433
432
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
-
440
433
Learn to use `format-patch` and `send-email` if possible. These commands
441
434
are optimized for the workflow of sending patches, avoiding many ways
442
435
your existing e-mail client (often optimized for "multipart/*" MIME
0 commit comments