http://bugs.winehq.org/show_bug.cgi?id=16605
--- Comment #5 from Will Tipton wtipton@hmc.edu 2008-12-24 09:57:01 --- I think git-show just gives a textual diff. In particular, since checks.bmp is binary, it just gives
$ git show 4cca303be0485ae3a224ff01af68042d6e27e5e3
commit 4cca303be0485ae3a224ff01af68042d6e27e5e3 Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 19 18:31:35 2008 +0100
cryptui: Commit checks.bmp missed in a previous patch.
diff --git a/dlls/cryptui/checks.bmp b/dlls/cryptui/checks.bmp new file mode 100644 index 0000000..d3f1b66 Binary files /dev/null and b/dlls/cryptui/checks.bmp differ
and the patching fails. Sorry I'm not so great with git, but how do we get the full patch?
Thanks