summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2011-08-16 15:41:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-17 15:14:58 +0100
commitc8294d1e6da20f82d444a9d866bf5444a002dc5c (patch)
tree5e80c72af230aea7a3c9f2c1fc59e69865ad7ae9 /scripts
parent08a5e246894947b2ab339a1659170f23ad139d24 (diff)
downloadpoky-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')
-rwxr-xr-xscripts/create-pull-request2
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
169git format-patch -M --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /dev/null 169git 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