* UI tweak suggestion for kernel.org git web gui.
@ 2005-11-21 16:19 Rob Landley
2005-11-21 16:55 ` Kay Sievers
0 siblings, 1 reply; 3+ messages in thread
From: Rob Landley @ 2005-11-21 16:19 UTC (permalink / raw)
To: git
When I view the changelog at:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=shortlog
It mixes in tags, which is cool, but they're the same color as regular
commits. Is there any way that tags could stand out visually? (Bold them,
give them a different color background, etc.)
I'd try to ask this in the right place, but the above page doesn't even say
which git web display package kernel.org is using. (A small discreet link at
the bottom would be nice...)
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: UI tweak suggestion for kernel.org git web gui.
2005-11-21 16:19 UI tweak suggestion for kernel.org git web gui Rob Landley
@ 2005-11-21 16:55 ` Kay Sievers
2005-11-21 17:41 ` Rob Landley
0 siblings, 1 reply; 3+ messages in thread
From: Kay Sievers @ 2005-11-21 16:55 UTC (permalink / raw)
To: Rob Landley; +Cc: git
On Mon, Nov 21, 2005 at 10:19:50AM -0600, Rob Landley wrote:
> When I view the changelog at:
> http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=shortlog
>
> It mixes in tags, which is cool, but they're the same color as regular
> commits.
They are all commits. There is nothing "mixed". Tags usually just point
to a commit.
> Is there any way that tags could stand out visually? (Bold them,
> give them a different color background, etc.)
You mean, you want to see in the list of commits, the ones marked, which
a tag is pointing to? Similar to what gitk is doing?
> I'd try to ask this in the right place, but the above page doesn't even say
> which git web display package kernel.org is using. (A small discreet link at
> the bottom would be nice...)
There is no package for gitweb. Just the single gitweb.cgi file, which is
copied there. You can get the gitweb version in the html source. Just do
"view source" in your browser.
Kay
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: UI tweak suggestion for kernel.org git web gui.
2005-11-21 16:55 ` Kay Sievers
@ 2005-11-21 17:41 ` Rob Landley
0 siblings, 0 replies; 3+ messages in thread
From: Rob Landley @ 2005-11-21 17:41 UTC (permalink / raw)
To: Kay Sievers; +Cc: git
On Monday 21 November 2005 10:55, Kay Sievers wrote:
> On Mon, Nov 21, 2005 at 10:19:50AM -0600, Rob Landley wrote:
> > When I view the changelog at:
> > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=sh
> >ortlog
> >
> > It mixes in tags, which is cool, but they're the same color as regular
> > commits.
>
> They are all commits. There is nothing "mixed". Tags usually just point
> to a commit.
>
> > Is there any way that tags could stand out visually? (Bold them,
> > give them a different color background, etc.)
>
> You mean, you want to see in the list of commits, the ones marked, which
> a tag is pointing to? Similar to what gitk is doing?
I don't know what gitk is.
This shows tags on the bottom half of this page, with the last few commits in
the top half:
http://www.kernel.org/git/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=summary
If I click on the "..." under shortlog, I get to see a full page of commits,
which does (currently) include the -rc2 tag.
My use case is I want to see what commits have gone in since the last tarball
I downloaded. (Waiting for various patches to be merged, etc.) The tag
indicates the last intentionally released (and thus minimally tested)
tarball, so it would be nice if the tag's entry was visually distinct in the
big list.
> > I'd try to ask this in the right place, but the above page doesn't even
> > say which git web display package kernel.org is using. (A small discreet
> > link at the bottom would be nice...)
>
> There is no package for gitweb. Just the single gitweb.cgi file, which is
> copied there. You can get the gitweb version in the html source. Just do
> "view source" in your browser.
Ah:
<!-- git web interface v252, (C) 2005, Kay Sievers <kay.sievers@vrfy.org>,
Christian Gierke <ch@gierke.de> -->
Good to know.
> Kay
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-21 17:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-21 16:19 UI tweak suggestion for kernel.org git web gui Rob Landley
2005-11-21 16:55 ` Kay Sievers
2005-11-21 17:41 ` Rob Landley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).