From eb332fde2e122bad9553f7db627e8440e56cd618 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 29 Nov 2015 15:14:34 +0300 Subject: patch-tool-mxe: git format-patch *--no-numbered* Decrease patch diff size. See #983 --- tools/patch-tool-mxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe index ae9e676..f7ae75c 100755 --- a/tools/patch-tool-mxe +++ b/tools/patch-tool-mxe @@ -94,7 +94,7 @@ function export_patch { echo '' echo 'Contains ad hoc patches for cross building.' echo '' - git format-patch -p --stdout dist..HEAD + git format-patch --no-numbered -p --stdout dist..HEAD ) > $mxedir/src/${pkg}-${patch_name}.patch && \ echo "Generated ${mxedir}/src/${pkg}-${patch_name}.patch" } -- cgit v0.12