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
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
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
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
4 matches
Mail list logo