Skip to content

Commit 01ea2b2

Browse files
Linus Arvergitster
authored andcommitted
SubmittingPatches: dedupe discussion of security patches
Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e2663c4 commit 01ea2b2

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

Documentation/SubmittingPatches

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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 +
410409
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
431430
`Tested-by:` lines as necessary to credit people who helped your
432431
patch, 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-
440433
Learn to use `format-patch` and `send-email` if possible. These commands
441434
are optimized for the workflow of sending patches, avoiding many ways
442435
your existing e-mail client (often optimized for "multipart/*" MIME

0 commit comments

Comments
 (0)