commit | c8f5223f2fe7d2f6ec7d83cbca4f2e13658d9bc8 | [log] [tgz] |
---|---|---|
author | dburkart@apple.com <dburkart@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Oct 21 01:41:52 2015 +0000 |
committer | dburkart@apple.com <dburkart@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Oct 21 01:41:52 2015 +0000 |
tree | 6c6dabf53c7bc2f586a122b07566bbcce8231bf7 | |
parent | 104d4a9393accf0b29e4ac7f5fb9f6039a711ce1 [diff] |
svn-apply fails to apply binary diffs in some cases https://bugs.webkit.org/show_bug.cgi?id=64647 Reviewed by Daniel Bates. * Scripts/VCSUtils.pm: (decodeGitBinaryPatchDeltaSize): Modified. We need to handle the case where the binary diff is the last in the patch; so we match on "-- \n" or "\Z". * Tools/Scripts/webkitperl/VCSUtils_unittest/decodeGitBinaryPatch.pl: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@191367 268f45cc-cd09-0410-ab3c-d52691b4dbfc