Git development
 help / color / mirror / Atom feed
* [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

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