Signed-off-by: Ross Burton <[email protected]> --- README | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/README b/README index e238271..c15fea9 100644 --- a/README +++ b/README @@ -57,6 +57,13 @@ Send pull requests, patches, comments or questions to [email protected] When sending single patches, please using something like: 'git send-email -1 --to [email protected] --subject-prefix=meta-security][PATCH' +These values can be set as defaults for this repository: + +$ git config sendemail.to [email protected] +$ git config format.subjectPrefix meta-security][PATCH + +Now you can just do 'git send-email origin/master' to send all local patches. + Maintainers: Armin Kuster <[email protected]> Saul Wold <[email protected]> -- 2.11.0 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
