patch-tool-mxe: add "-M9" to git format-patch

See https://github.com/mxe/mxe/pull/1131#issuecomment-168547049
This commit is contained in:
Boris Nagaev 2016-01-07 16:42:14 +03:00
parent efc287a8d9
commit 0edd0899ba
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ define EXPORT_PATCH
--no-signature \
--stdout \
--text \
-M9 \
dist..HEAD \
| sed 's/^From [0-9a-f]\{40\} /From 0000000000000000000000000000000000000000 /' \
| sed 's/^index .......\.\......../index 1111111..2222222/' \