diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2007-11-17 14:35:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-17 10:24:25 -0800 |
commit | e3f062bfd412adafb7ed6a8f24a3ec89d39211fc (patch) | |
tree | a1e05476f3fa99254a2319cfdb52be1715ece8b5 /git-rebase--interactive.sh | |
parent | git-bisect: modernize branch shuffling hack (diff) | |
download | tgif-e3f062bfd412adafb7ed6a8f24a3ec89d39211fc.tar.xz |
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>
Diffstat (limited to 'git-rebase--interactive.sh')
0 files changed, 0 insertions, 0 deletions