diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 12:00:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:20:38 +0100 |
commit | a8da8eb127a56561bf633ab53bec57fb5dbba537 (patch) | |
tree | e0aca8b4de56d0dbe53a52000d4d5740f3c0a78f /README | |
parent | fe935352291cfb498fd26252aa49cab7fc03d8ce (diff) | |
download | meta-gplv2-a8da8eb127a56561bf633ab53bec57fb5dbba537.tar.gz |
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,3 +27,8 @@ intended target branch of the Git repository. | |||
27 | 27 | ||
28 | Git repository: http://git.yoctoproject.org/cgit.cgi/meta-gplv2/ | 28 | Git repository: http://git.yoctoproject.org/cgit.cgi/meta-gplv2/ |
29 | Mailing list: yocto@yoctoproject.org | 29 | Mailing list: yocto@yoctoproject.org |
30 | |||
31 | This can be configured within the repository with the commands: | ||
32 | |||
33 | git config sendemail.to yocto@lists.yoctoproject.org | ||
34 | git config format.subjectprefix "meta-gplv2] [PATCH" | ||