case1 git bisect start git bisect good wine-1.1.20 git bisect bad wine-1.1.21 Bisecting: 149 revisions left to test after this [56a3e788eacee60c255b1b38a19d738ba4b5fe3d] winex11.drv: Export copied images as image/bmp. A few tests later creation:~/Kituri/wine/wine-git # git bisect bad Bisecting: 0 revisions left to test after this [bbd00da488ee05ace5928b49129ca030cdc7ec0f] comctl32/listview: Handle CCM_[G,S]ETVERSION in listview. creation:~/Kituri/wine/wine-git # git bisect good 43dcbdeb702b9dd107579c8a0b9327e138aa6cdd is first bad commit commit 43dcbdeb702b9dd107579c8a0b9327e138aa6cdd Author: Nikolay Sivov <bunglehead@xxxxxxxxx> Date: Tue Apr 28 18:59:25 2009 +0400 comctl32/listview: Some tests for LVIF_NORECOMPUTE flag. :040000 040000 fc066ab9d287833191ce7d3e2a130bd4902a4da4 0145dd5af377b6370ce8c9622fe625a166804764 M dlls the i issued: creation:~/Kituri/wine/wine-git # git show 43dcbdeb702b9dd107579c8a0b9327e138aa6cdd | patch -p1 -R patching file dlls/comctl32/tests/listview.c Unreversed patch detected! Ignore -R? [n] y creation:~/Kituri/wine/wine-git # git show 43dcbdeb702b9dd107579c8a0b9327e138aa6cdd | patch -p1 -R patching file dlls/comctl32/tests/listview.c Followed by a recompile and a wine install .