From df20f2d68ba63e0acfb54c1947bd24a01a74f444 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Wed, 28 Oct 2015 13:38:55 +0100 Subject: README: add -M to git format-patch suggestion 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 Signed-off-by: Otavio Salvador --- 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: -- cgit v1.2.3-54-g00ecf