http://bugs.winehq.org/show_bug.cgi?id=11488
--- Comment #21 from Dan Kegel dank@kegel.com 2008-02-11 00:34:11 --- Yup. I figured out how to do git bisect, but only got garbage results out of them, probably because I wasn't careful enough.
git reset --hard 7bc9e425f166a9f7473f1526ff582c1e18ccf6e3; make is good, and git reset --hard 53c6cdf918e10305f19e74e003fc4d2311ed556f; make is bad, i.e. hangs after the copy progress window goes away. So the bad commit is
commit 53c6cdf918e10305f19e74e003fc4d2311ed556f Author: Rob Shearman rob@codeweavers.com Date: Thu Jan 31 14:47:03 2008 +0000 comctl32: Get the background colour in ANIMATE_PaintFrame, instead of just in WM_PAINT.
(Either way, git-rev-list --max-count=1 origin shows 1991e9f9406ae8f72663aace7e2cfa6afc76e748, i.e. wine-0.9.55, so my tree isn't disconnected, if that's what you're worried about, Rob.)