Re: Bisection visualization hint..

2005-08-30 Thread Linus Torvalds
On Tue, 30 Aug 2005, A Large Angry SCM wrote: > > Unless gitk will always be part of git, this is better off as a gitk > feature or gitk helper script. IE. it belongs in the gitk namespace, not > the git namespace. I really think that gitk is pretty fundamental. If for no other reason than t

Re: Bisection visualization hint..

2005-08-30 Thread A Large Angry SCM
Junio C Hamano wrote: Linus Torvalds <[EMAIL PROTECTED]> writes: 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 sta

Re: Bisection visualization hint..

2005-08-30 Thread Junio C Hamano
Linus Torvalds <[EMAIL PROTECTED]> writes: > 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 w

Bisection visualization hint..

2005-08-30 Thread Linus Torvalds
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 o