patch-tool-mxe: git format-patch *--no-numbered*

Decrease patch diff size.

See #983
This commit is contained in:
Boris Nagaev 2015-11-29 15:14:34 +03:00
parent 80e603b109
commit eb332fde2e
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}