diff options
author | Ross Burton <ross.burton@intel.com> | 2019-01-14 14:41:58 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-01-17 15:53:07 -0800 |
commit | 8b435f654832d06a4e2eaa1c5d508e0052db1108 (patch) | |
tree | b8c0cc846923e810031f089f40cf58c5e59a9b84 | |
parent | 65a163f5fa52f67faa21e39ee32a0b12a497bc79 (diff) | |
download | meta-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-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -57,6 +57,13 @@ Send pull requests, patches, comments or questions to yocto@yoctoproject.org | |||
57 | When sending single patches, please using something like: | 57 | When 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 | ||
60 | These 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 | |||
65 | Now you can just do 'git send-email origin/master' to send all local patches. | ||
66 | |||
60 | Maintainers: Armin Kuster <akuster808@gmail.com> | 67 | Maintainers: Armin Kuster <akuster808@gmail.com> |
61 | Saul Wold <sgw@linux.intel.com> | 68 | Saul Wold <sgw@linux.intel.com> |
62 | 69 | ||