| Submitter | Saul Wold |
|---|---|
| Date | Aug. 17, 2011, 6:26 a.m. |
| Message ID | <d89bff4572b506da4418c637cb504bbba27f6bb9.1313560883.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/10063/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 7d021d3..600fa7a 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request @@ -166,7 +166,7 @@ mkdir $ODIR # Generate the patches and cover letter -git format-patch -M --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /dev/null +git format-patch -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /dev/null # Customize the cover letter