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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
