[oe] [meta-java][PATCH 2/2] README: add -M to git format-patch suggestion

Richard Leitner richard.leitner at skidata.com
Wed Oct 28 12:38:55 UTC 2015


Add the detect renames parameter to the git-format-patch suggestion in
the README file. This should be used for patches sent to the mailinglist.
For more information on the parameter see "man git-format-patch"

Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 630e368..3b95c13 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ Source code:
 
 When creating patches, please use something like:
 
-    git format-patch -s --subject-prefix='meta-java][PATCH' origin
+    git format-patch -M -s --subject-prefix='meta-java][PATCH' origin
 
 When sending patches, please use something like:
 
-- 
2.1.4




More information about the Openembedded-devel mailing list