summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-14 07:50:27 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-14 07:50:27 (GMT)
commitf16645ed7a8dbfe0227fa596e552bcb5c1ed13dd (patch)
tree0e7edf28073bf200d43efa212b27ac1bd32ef09d
parent698feee203341dd8f59ecdf3177039b963569a9a (diff)
parent610569dc2e46b5398e2fec64266ffcf29354b223 (diff)
downloadmxe-f16645ed7a8dbfe0227fa596e552bcb5c1ed13dd.zip
mxe-f16645ed7a8dbfe0227fa596e552bcb5c1ed13dd.tar.gz
mxe-f16645ed7a8dbfe0227fa596e552bcb5c1ed13dd.tar.bz2
Merge pull request #1054 from LuaAndC/fix-patch-tool-diffs
patch-tool-mxe: do not replace object id with 000
-rwxr-xr-xtools/patch-tool-mxe2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe
index 10fadfb..fdfa965 100755
--- a/tools/patch-tool-mxe
+++ b/tools/patch-tool-mxe
@@ -101,7 +101,7 @@ function export_patch {
--stdout \
dist..HEAD | \
sed 's/^From [0-9a-f]\{40\} /From 0000000000000000000000000000000000000000 /' | \
- sed 's/^index .......\.\......../index 0000000..0000000/'
+ sed 's/^index .......\.\......../index 1111111..2222222/'
) > $mxedir/src/${pkg}-${patch_name}.patch && \
echo "Generated ${mxedir}/src/${pkg}-${patch_name}.patch"
}