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