author | Christian Couder <chriscool@tuxfamily.org> | |
Thu, 26 Mar 2009 04:56:02 +0000 (05:56 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 5 Apr 2009 08:29:44 +0000 (01:29 -0700) | ||
commit | 23b5f18b50c15155f79618522b5721b880eceb65 | |
tree | 9b2811a4a778c1f5940c9381252e31d32e6984cc | tree | snapshot |
parent | 3b437b0dabfdff12d5dd78b9bb55a0be4e2da51c | commit | diff |
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>
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 | diff | blob | history |