* [PATCH 0/3] gitweb: blame: print commit8 on the leading row of a commit-block
@ 2006-10-04 7:10 Luben Tuikov
2006-10-04 8:18 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Luben Tuikov @ 2006-10-04 7:10 UTC (permalink / raw)
To: git
The following set of patches implements Junio's excellent
idea of printing the commit-8 only on the leading row of
a commit block, as well as implementing mouse-over title of
the author and the date of the commit. Thus making the output
of git_blame2() less cluttered yet able to give more information
should the user mouse-over the commit.
The difference is that this implementations doesn't use a "stack-like"
chunk to represent each block-per-commit, thus eliminating the concern
of rare but present files with 100s of 1000s of lines with only an
initial commit.
Luben
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 0/3] gitweb: blame: print commit8 on the leading row of a commit-block
2006-10-04 7:10 [PATCH 0/3] gitweb: blame: print commit8 on the leading row of a commit-block Luben Tuikov
@ 2006-10-04 8:18 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2006-10-04 8:18 UTC (permalink / raw)
To: Luben Tuikov; +Cc: git
Luben Tuikov <ltuikov@yahoo.com> writes:
> The following set of patches implements Junio's excellent
> idea of printing the commit-8 only on the leading row of
> a commit block, as well as implementing mouse-over title of
> the author and the date of the commit.
By the way, by definition any idea by me on UI is sucky, not
excellent.
I think this patch gives title= only to rows that happen to be
at the beginning of a block, as opposed to what I placed in
"next" which does it for the whole commit-8 column (and I did
not have to do that for N lines because it uses rowspan to
extend that column over multiple rows), so I suspect it makes
"mouse-over" less useful.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-04 8:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-04 7:10 [PATCH 0/3] gitweb: blame: print commit8 on the leading row of a commit-block Luben Tuikov
2006-10-04 8:18 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox