diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-01-01 12:24:01 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-01-01 12:24:01 (GMT) |
commit | cb31219740fb5c469b7c2bf0bcd2954e81d6033a (patch) | |
tree | b0748ed9f3639cc64247e61fee1a30abb3419d40 /tools | |
parent | f9d83fe44b52eefe9f2453bcdcca5feaf3d651f6 (diff) | |
download | mxe-cb31219740fb5c469b7c2bf0bcd2954e81d6033a.zip mxe-cb31219740fb5c469b7c2bf0bcd2954e81d6033a.tar.gz mxe-cb31219740fb5c469b7c2bf0bcd2954e81d6033a.tar.bz2 |
patch-tool-mxe: always output text diffs
Otherwise it provides binary diff for jack/waf file,
which is a mix of Python and tar.
Diffstat (limited to 'tools')
-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/' |