author | Christian Couder <chriscool@tuxfamily.org> | |
Sat, 17 Nov 2007 13:35:25 +0000 (14:35 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 17 Nov 2007 18:24:25 +0000 (10:24 -0800) | ||
commit | e3f062bfd412adafb7ed6a8f24a3ec89d39211fc | |
tree | a1e05476f3fa99254a2319cfdb52be1715ece8b5 | tree | snapshot |
parent | 0bee49c6abf18082a01f5d1a2106608456fb7d5a | commit | diff |
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>
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 | diff | blob | history |