diff options
author | Anders Darander <anders@chargestorm.se> | 2011-08-16 15:41:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:14:58 +0100 |
commit | c8294d1e6da20f82d444a9d866bf5444a002dc5c (patch) | |
tree | 5e80c72af230aea7a3c9f2c1fc59e69865ad7ae9 /scripts/create-pull-request | |
parent | 08a5e246894947b2ab339a1659170f23ad139d24 (diff) | |
download | poky-c8294d1e6da20f82d444a9d866bf5444a002dc5c.tar.gz |
create-pull-request: increase likelihood of detecting a rename
Decrease the similarity percentage needed to recognize a delete/add-pair followed by an edit,
as a rename.
This make reviewing patches easier.
(From OE-Core rev: 3944f5e02d22b70b3bcd733a80f005dbd8e248a2)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/create-pull-request')
-rwxr-xr-x | scripts/create-pull-request | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 7d021d3227..600fa7a341 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request | |||
@@ -166,7 +166,7 @@ mkdir $ODIR | |||
166 | 166 | ||
167 | 167 | ||
168 | # Generate the patches and cover letter | 168 | # Generate the patches and cover letter |
169 | git format-patch -M --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /dev/null | 169 | git format-patch -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /dev/null |
170 | 170 | ||
171 | 171 | ||
172 | # Customize the cover letter | 172 | # Customize the cover letter |