aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-23 21:56:05 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-25 11:56:33 +0200
commit7981af76f98f73ef5b01ba51ded907cce09c2806 (patch)
tree55cdbe30f1636acb52087b8fbb27726d2d31ca4d /README
parenta68699f666c59816bf3a379ed4a73834896e85ef (diff)
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--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 06335bba..e9ba2b97 100644
--- a/README
+++ b/README
@@ -16,7 +16,10 @@ for detail.
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject'
When sending single patches, please using something like:
-'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][PATCH'
+
+git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-qt5][PATCH'
+
+Change option '-1' to '-n' for n number of patches in series
You are encouraged to fork the mirror on github[1] to share your
patches. This is preferred for patch sets consisting of more than one