@@ -176,6 +176,12 @@ that is fine, but please mark it as such.
176
176
[[send-patches]]
177
177
=== Sending your patches.
178
178
179
+ :security-ml: footnoteref:[security-ml,The Git Security mailing list:
[email protected] ]
180
+
181
+ Before sending any patches, please note that patches that may be
182
+ security relevant should be submitted privately to the Git Security
183
+ mailing list{security-ml}, instead of the public mailing list.
184
+
179
185
Learn to use format-patch and send-email if possible. These commands
180
186
are optimized for the workflow of sending patches, avoiding many ways
181
187
your existing e-mail client that is optimized for "multipart/*" mime
@@ -259,17 +265,24 @@ patch, format it as "multipart/signed", not a text/plain message
259
265
that starts with `-----BEGIN PGP SIGNED MESSAGE-----`. That is
260
266
not a text/plain, it's something else.
261
267
268
+ :security-ml-ref: footnoteref:[security-ml]
269
+
270
+ As mentioned at the beginning of the section, patches that may be
271
+ security relevant should not be submitted to the public mailing list
272
+ mentioned below, but should instead be sent privately to the Git
273
+ Security mailing list{security-ml-ref}.
274
+
262
275
Send your patch with "To:" set to the mailing list, with "cc:" listing
263
276
people who are involved in the area you are touching (the `git
264
277
contacts` command in `contrib/contacts/` can help to
265
278
identify them), to solicit comments and reviews.
266
279
267
- :
1 : footnote:[The current maintainer:
[email protected] ]
268
- :
2 : footnote:[The mailing list:
[email protected] ]
280
+ :
current-maintainer : footnote:[The current maintainer:
[email protected] ]
281
+ :
git-ml : footnote:[The mailing list:
[email protected] ]
269
282
270
283
After the list reached a consensus that it is a good idea to apply the
271
- patch, re-send it with "To:" set to the maintainer{1 } and "cc:" the
272
- list{2 } for inclusion.
284
+ patch, re-send it with "To:" set to the maintainer{current-maintainer } and "cc:" the
285
+ list{git-ml } for inclusion.
273
286
274
287
Do not forget to add trailers such as `Acked-by:`, `Reviewed-by:` and
275
288
`Tested-by:` lines as necessary to credit people who helped your
0 commit comments