From cb31219740fb5c469b7c2bf0bcd2954e81d6033a Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Fri, 1 Jan 2016 15:24:01 +0300
Subject: patch-tool-mxe: always output text diffs

Otherwise it provides binary diff for jack/waf file,
which is a mix of Python and tar.
---
 tools/patch-tool-mxe | 1 +
 1 file changed, 1 insertion(+)

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/'
-- 
cgit v0.12