http://bugs.winehq.org/show_bug.cgi?id=7646
------- Additional Comments From j-yoshida@kanazawakiko.co.jp 2007-13-03 01:56 ------- I use git first time now. So,there is concern that it is not a correct method. I did that,
$ tar -jxvf git-1.5.0.3.tar.bz2
$ cd git-1.5.0.3/ $ make prefix=/usr/local install $ sudo make prefix=/usr/local install
$ git clone http://source.winehq.org/git/wine.git wine-git $ cd wine-git $ ./configure $ make depend && make
$ git bisect start $ git bisect good wine-0.9.30 $ git bisect bad wine-0.9.31 Bisecting: 255 revisions left to test after this [30b6f9acd68f5c45971fabfd37458ce4840e70d3] oleaut32: Fix the return value of ITypeInfo::Invoke when the property-put named argument isn't DISPID_PROPERTYPUT.
$ git bisect start oleaut32 Switched to branch "master" $ git bisect good wine-0.9.30 $ git bisect bad a2808903b184be88c445173cd713a24f2f1ab58e was both good and bad