diff options
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 |
