http://bugs.winehq.org/show_bug.cgi?id=15377
--- Comment #7 from Ben Trusty ben.trusty@gmail.com 2008-09-22 21:25:58 --- (In reply to comment #6)
You've gotta slow down and read more carefully. I said if you *haven't* done a git bisect reset, then you're almost done, but now you've reset the bisect and you have to do it all over again.
so wait, your telling me that i have to...
1 git bisect start 2 git bisect good wine-1.1.4 3 git bisect bad wine-1.1.5 4 CC="ccache gcc" ./configure --verbose && make clean && make 5 ./wine "C:\Program Files\Program Name\program.exe"
if program doesnt work git bisect good if program doesnt work git bitset bad
continue 4 & 5 until 0 remaining
git bisect reset
continue 4 & 5 until 0 remaining again?
then what, when i get to 0 again? and do git bisect reset again? seems like im getting into an infinite loop.