SolisX wrote: > When i start git bisect i do > > git bisect start > git bisect good wine-1.3.35 > git bisect bad wine-1.3.36 > > and i get this > > Bisecting: 161 revisions left to test after this (roughly 7 steps) > [91e0f56c05dcff14d3c16d2b7c4b88babffb6fbb] usp10: Add currency scripts to match windows > > is this right cause i think it is suppose to be 8 steps? That's correct. Don't second guess how many steps it's supposed to be.