diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-23 21:56:05 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-25 11:56:33 +0200 |
commit | 7981af76f98f73ef5b01ba51ded907cce09c2806 (patch) | |
tree | 55cdbe30f1636acb52087b8fbb27726d2d31ca4d /README | |
parent | a68699f666c59816bf3a379ed4a73834896e85ef (diff) | |
download | meta-qt5-7981af76f98f73ef5b01ba51ded907cce09c2806.tar.gz |
README: Correct syntax for git send-email
Add some more help on sending more than 1 patch (if needed)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,7 +16,10 @@ for detail. | |||
16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject' | 16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject' |
17 | 17 | ||
18 | When sending single patches, please using something like: | 18 | When sending single patches, please using something like: |
19 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][PATCH' | 19 | |
20 | git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-qt5][PATCH' | ||
21 | |||
22 | Change option '-1' to '-n' for n number of patches in series | ||
20 | 23 | ||
21 | You are encouraged to fork the mirror on github[1] to share your | 24 | You are encouraged to fork the mirror on github[1] to share your |
22 | patches. This is preferred for patch sets consisting of more than one | 25 | patches. This is preferred for patch sets consisting of more than one |