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

2015-06-24 Thread Matthieu Moy
From: Antoine Delaite Introduction of the git bisect terms function. The user can set its own terms. It will work exactly like before. The terms must be set before the start. Signed-off-by: Antoine Delaite Signed-off-by: Louis Stuber Signed-off-by: Matthieu Moy --- Documentation/git-bisect.t

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 > +--

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