README: add -M to git send-email example

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2013-04-26 15:33:46 +02:00
parent c1e932fc3d
commit 5e6d374ae7
11 changed files with 21 additions and 11 deletions

View File

@@ -10,7 +10,8 @@ revision: HEAD
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]' in the subject'
When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gpe][PATCH'
When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gpe][PATCH'
Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net>
Martin Jansa <martin.jansa@gmail.com>