http://bugs.winehq.org/show_bug.cgi?id=16605
--- Comment #6 from Austin English austinenglish@gmail.com 2008-12-24 11:48:31 --- (In reply to comment #5)
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
As a guess, you could try putting a copy of that file in the directory. You can get it online here: http://source.winehq.org/git/wine.git/?a=blob;f=dlls/cryptui/checks.bmp
Though that may be a bug in git...