From 8b435f654832d06a4e2eaa1c5d508e0052db1108 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 14 Jan 2019 14:41:58 +0000 Subject: README: add git-config tips Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- 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 yocto@yoctoproject.org When sending single patches, please using something like: 'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' +These values can be set as defaults for this repository: + +$ git config sendemail.to yocto@yoctoproject.org +$ 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 Saul Wold -- cgit v1.2.3-54-g00ecf