On Fri, Dec 07, 2007 at 02:25:34AM -0800, Junio C Hamano wrote: > git-bisect visualize: work in non-windowed environments better Isn't this more or less the use case for the "git view" alias? diff --git a/git-bisect.sh b/git-bisect.sh index 7a6521e..3a21386 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -325,7 +325,7 @@ bisect_next() { bisect_visualize() { bisect_next_check fail not=$(git for-each-ref --format='%(refname)' "refs/bisect/good-*") - eval gitk refs/bisect/bad --not $not -- $(cat "$GIT_DIR/BISECT_NAMES") + eval git view refs/bisect/bad --not $not -- $(cat "$GIT_DIR/BISECT_NAMES") } bisect_reset() { - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html