bisect: simplify the addition of new bisect terms
authorAntoine Delaite <redacted>
Mon, 29 Jun 2015 15:40:30 +0000 (17:40 +0200)
committerJunio C Hamano <redacted>
Mon, 3 Aug 2015 18:42:41 +0000 (11:42 -0700)
commitcb46d630baf780412f8ca0592531880b592f0922
treeaf24018cbaca34dd5940a835d69942611a784914
parent43f9d9f3a6c6004853fcc7b283dafc3590478498
bisect: simplify the addition of new bisect terms

We create a file BISECT_TERMS in the repository .git to be read during a
bisection. There's no user-interface yet, but "git bisect" works if terms
other than old/new or bad/good are set in .git/BISECT_TERMS. The
fonctions to be changed if we add new terms are quite few.

In git-bisect.sh:
check_and_set_terms
bisect_voc

Co-authored-by: Louis Stuber <redacted>
Tweaked-by: Matthieu Moy <redacted>
Signed-off-by: Antoine Delaite <redacted>
Signed-off-by: Louis Stuber <redacted>
Signed-off-by: Valentin Duperray <redacted>
Signed-off-by: Franck Jonas <redacted>
Signed-off-by: Lucien Kong <redacted>
Signed-off-by: Thomas Nguy <redacted>
Signed-off-by: Huynh Khoi Nguyen Nguyen <redacted>
Signed-off-by: Matthieu Moy <redacted>
Signed-off-by: Junio C Hamano <redacted>
bisect.c
bisect.h
git-bisect.sh
revision.c
git clone https://git.99rst.org/PROJECT