]> git.ipfire.org Git - thirdparty/git.git/commit - git-bisect.sh
bisect: replace hardcoded "bad|good" by variables
authorAntoine Delaite <antoine.delaite@ensimag.grenoble-inp.fr>
Mon, 29 Jun 2015 15:40:29 +0000 (17:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jun 2015 20:19:12 +0000 (13:19 -0700)
commit43f9d9f3a6c6004853fcc7b283dafc3590478498
tree768f572c9c9adc02ce27a108a9cea52d277bc3af
parent2df5a846d0ac5f5ddb67b3488a064379c9489f9d
bisect: replace hardcoded "bad|good" by variables

To add new tags like old/new and have keywords less confusing, the
first step is to avoid hardcoding the keywords.

The default mode is still bad/good.

Signed-off-by: Antoine Delaite <antoine.delaite@ensimag.grenoble-inp.fr>
Signed-off-by: Louis Stuber <stuberl@ensimag.grenoble-inp.fr>
Signed-off-by: Valentin Duperray <Valentin.Duperray@ensimag.imag.fr>
Signed-off-by: Franck Jonas <Franck.Jonas@ensimag.imag.fr>
Signed-off-by: Lucien Kong <Lucien.Kong@ensimag.imag.fr>
Signed-off-by: Thomas Nguy <Thomas.Nguy@ensimag.imag.fr>
Signed-off-by: Huynh Khoi Nguyen Nguyen <Huynh-Khoi-Nguyen.Nguyen@ensimag.imag.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
git-bisect.sh