Antoine Delaite <antoine.delaite@xxxxxxxxxxxxxxxxxxxxxxx> writes: > Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> writes: > >># terms_defined is 0 when the user did not define the terms explicitely >># yet. This is the case when running 'git bisect start bad_rev good_rev' >># before we see an explicit reference to a term. >>terms_defined=0 > > The thing is: > 'git bisect reset > git bisect new HEAD "git bisect new" does not exist. Did you mean "git bisect start HEAD"? > (autostart ?) y' > > is strictly equivalent to > > 'git bisect reset > git bisect start > git bisect new HEAD' > > In both case terms_defined value would be 0 while we kinda know that a > term has been used. I don't understand. The user didn't say either "bad" or "good", so in both cases we haven't seen a term yet. Or I misunderstood what you meant by "define a term". -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html