Re: [PATCH v8 5/5] bisect: allow any terms set by user

2015-06-24 Thread Matthieu Moy
Junio C Hamano writes: > they would call "term2" into "term1" somewhere. e.g. > > -ancestors of term1. > +ancestors of term1. For example, if something was buggy in > +the old part of the history, you know somewhere the bug was > +fixed, and you want to find the exact

Re: [PATCH v8 5/5] bisect: allow any terms set by user

2015-06-24 Thread Junio C Hamano
Matthieu Moy writes: > +Alternative terms: use your own terms > +~ > + > +If the builtins terms bad/good and new/old do not satisfy you, you can > +set your own terms. > + > + > +git bisect terms term1 term2 > +--