Re: gitk "hyperlinks"

2005-08-07 Thread Paul Mackerras
Junio C Hamano writes: > I did, and will push it out shortly, but I think you need this > patch. To make later merges from you easier, I will not put > this in my "master" branch. I have committed this plus the hand cursor for the links plus a small change to make gitk display commit messages co

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-06 Thread Kay Sievers
On Sat, Aug 06, 2005 at 08:44:10AM -0700, Linus Torvalds wrote: > > > On Sat, 6 Aug 2005, Kay Sievers wrote: > > > > Damn cool? No problem. :) > > > > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=403fe5ae57c831968c3dbbaba291ae825a1c5aaa > > Goodie. Although

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-06 Thread jepler
On Sat, Aug 06, 2005 at 09:20:16AM -0700, Linus Torvalds wrote: > Looks good also. I assume the mouse can't change when it hovers? In gitk? This is be possible. My patch[1] does it. The way it's done stinks a little bit, though. and are bound on a tag common to all the "hyperlinks", and cha

Re: gitk "hyperlinks"

2005-08-06 Thread Junio C Hamano
Paul Mackerras <[EMAIL PROTECTED]> writes: > Good idea. Also done. :) It's on master.kernel.org now in my gitk.git > directory. Hopefully Junio will pull it into git soon. I did, and will push it out shortly, but I think you need this patch. To make later merges from you easier, I will not pu

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-06 Thread Linus Torvalds
On Sat, 6 Aug 2005, Paul Mackerras wrote: > Linus Torvalds writes: > > > > - "clickable" SHA1's in commit messages would be really really cool if > >something like that is even possible with tcl/tk. > > Done, and it was even pretty easy. It took only about a dozen lines. Looks good also

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-06 Thread Linus Torvalds
On Sat, 6 Aug 2005, Kay Sievers wrote: > > Damn cool? No problem. :) > > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=403fe5ae57c831968c3dbbaba291ae825a1c5aaa Goodie. Although when I looked at it first, it wasn't obvious - the link is same font, same color

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-06 Thread Paul Mackerras
Linus Torvalds writes: > - "clickable" SHA1's in commit messages would be really really cool if >something like that is even possible with tcl/tk. Done, and it was even pretty easy. It took only about a dozen lines. > - I'd like to have a "back button". Not just for the above kind of thi

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-05 Thread Kay Sievers
On Fri, Aug 05, 2005 at 07:37:41AM -0700, Linus Torvalds wrote: > > [ Also Kay Sievers, because the clickability thing sounds like a > potentially good thing for webgit too.. ] ... > For 2.6.13 we've been reverting some stuff lately, to make sure we get a > stable release. That's fine, and whe

Re: gitk "hyperlinks" (was Re: Display of merges in gitk)

2005-08-05 Thread jepler
On Fri, Aug 05, 2005 at 07:37:41AM -0700, Linus Torvalds wrote: > For 2.6.13 we've been reverting some stuff lately, to make sure we get a > stable release. That's fine, and when I revert something I try to mention > the commit ID of the thing I revert in the message. Apparently others do > too,