Bisect visualize: use "for-each-ref" to list all good refs.
commite3f062bfd412adafb7ed6a8f24a3ec89d39211fc
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 17 Nov 2007 13:35:25 +0000 (17 14:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Nov 2007 18:24:25 +0000 (17 10:24 -0800)
treea1e05476f3fa99254a2319cfdb52be1715ece8b5
parent0bee49c6abf18082a01f5d1a2106608456fb7d5a
Bisect visualize: use "for-each-ref" to list all good refs.

In bisect_visualize, "cd $GIT_DIR/refs && echo bisect/good-*" was
still used instead of "git for-each-ref". This patch fix it.

We now pass "refs/bisect/bad" and "--not refs/bisect/good-<rev>"
instead of "bisect/bad" and "--not bisect/good-<rev>" to gitk,
but it seems to work.

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