bisect: use "bisect--helper" and remove "filter_skipped" function
commit23b5f18b50c15155f79618522b5721b880eceb65
authorChristian Couder <chriscool@tuxfamily.org>
Thu, 26 Mar 2009 04:56:02 +0000 (26 05:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Apr 2009 08:29:44 +0000 (5 01:29 -0700)
tree9b2811a4a778c1f5940c9381252e31d32e6984cc
parent3b437b0dabfdff12d5dd78b9bb55a0be4e2da51c
bisect: use "bisect--helper" and remove "filter_skipped" function

Use the new "git bisect--helper" builtin. It should be faster and
safer instead of the old "filter_skipped" shell function. And it
is a first step to move more shell code to C.

As the output is a little bit different we have to change the code
that interpret the results. But these changes improve code clarity.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh