diff options
-rwxr-xr-x | tools/patch-tool-mxe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe index fdfa965..ab021cb 100755 --- a/tools/patch-tool-mxe +++ b/tools/patch-tool-mxe @@ -99,6 +99,7 @@ function export_patch { -p \ --no-signature \ --stdout \ + --text \ dist..HEAD | \ sed 's/^From [0-9a-f]\{40\} /From 0000000000000000000000000000000000000000 /' | \ sed 's/^index .......\.\......../index 1111111..2222222/' |