summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-14 12:58:09 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-15 16:00:18 -0500
commit62823d7de00b42728cf5ca67cccc8e7c579eb8dc (patch)
tree1c4d9bd04b8c5469eb531765d65dccbd01086690
parent67b93f4580a57e8704cb6c003ca83d749abed97c (diff)
downloadmeta-virtualization-62823d7de00b42728cf5ca67cccc8e7c579eb8dc.tar.gz
README: Add the '-M' to the 'git send-email' line
To make reviews easier and to be consistent with other patch submission guidelines in other layers, add the '-M' option to the 'git send-email' line. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7d842329..d653f114 100644
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ Maintainers: Raymond Danks <ray.danks@se-eng.com>
64 Bruce Ashfield <bruce.ashfield@gmail.com> 64 Bruce Ashfield <bruce.ashfield@gmail.com>
65 65
66When sending single patches, please using something like: 66When sending single patches, please using something like:
67$ git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix='meta-virtualization][PATCH' 67$ git send-email -1 -M --to meta-virtualization@yoctoproject.org --subject-prefix='meta-virtualization][PATCH'
68 68
69License 69License
70------- 70-------