http://bugs.winehq.org/show_bug.cgi?id=32621
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com Regression SHA1| |841214ddb4d4dc620e6b51dfe66 | |55b585d423edc
--- Comment #1 from Michael Stefaniuc mstefani@redhat.com 2013-01-01 18:24:13 CST --- 841214ddb4d4dc620e6b51dfe6655b585d423edc is most likely the culprit commit. There isn't anything interesting between that and a0f039a; mostly janitorial patches. a0f039a is also a (partial) fix for 841214ddb4d4dc620e6b51dfe6655b585d423edc (see bug #32264); that's why you cannot run the regression test between those. If you still want to finish the regression test you'll need to apply once the patch from a0f039a. Something like this should do: git bisect start git bisect good 8ba4c31 git bisect bad a0f039a git show a0f039a | git apply