'git bisect visualize'
authorJunio C Hamano <junkio@cox.net>
Tue, 30 Aug 2005 19:45:41 +0000 (12:45 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 Aug 2005 19:45:41 +0000 (12:45 -0700)
commitcc9f24d024e7e4bf0b2fbd4e1beb7eb1a425805f
treede2a595537e758e6fd9a8a0a18e2e1b1bae8022a
parent670f5fe34f0f6a363297d5dcd73051089b78fe82
'git bisect visualize'

Linus says:

    I'm testing bisection to find a bug that causes my G5 to no longer boot,
    and during the process have found this command line very nice:

    gitk bisect/bad --not $(cd .git/refs ; ls bisect/good-*)

    it basically shows the state of bisection with the known bad commit as the
    top, and cutting off all the good commits - so what you see are the
    potential buggy commits.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect-script