http://bugs.winehq.org/show_bug.cgi?id=17195
--- Comment #84 from Daniel Jelinski djelinski1@gmail.com 2012-12-17 14:27:52 CST --- For starters, you are renaming several structs, constants and variables. This takes a lot of space in the patch, obfuscating the changes you care for. You should split the renames to a separate no-op patch, if you really need them. Patches that do not change behavior are easier to verify. Other than that, use git diff and try to make the result as small as possible for the patches that actually change something. Hopefully this will be enough to make the series verifiable.