summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-01-14 14:41:58 +0000
committerArmin Kuster <akuster808@gmail.com>2019-01-17 15:53:07 -0800
commit8b435f654832d06a4e2eaa1c5d508e0052db1108 (patch)
treeb8c0cc846923e810031f089f40cf58c5e59a9b84
parent65a163f5fa52f67faa21e39ee32a0b12a497bc79 (diff)
downloadmeta-security-8b435f654832d06a4e2eaa1c5d508e0052db1108.tar.gz
README: add git-config tips
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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
57When sending single patches, please using something like: 57When sending single patches, please using something like:
58'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' 58'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH'
59 59
60These values can be set as defaults for this repository:
61
62$ git config sendemail.to yocto@yoctoproject.org
63$ git config format.subjectPrefix meta-security][PATCH
64
65Now you can just do 'git send-email origin/master' to send all local patches.
66
60Maintainers: Armin Kuster <akuster808@gmail.com> 67Maintainers: Armin Kuster <akuster808@gmail.com>
61 Saul Wold <sgw@linux.intel.com> 68 Saul Wold <sgw@linux.intel.com>
62 69