gitweb: make leftmost column of blame less cluttered.
commit954a6183756a073723a7c9fd8d2feb13132876b0
authorJunio C Hamano <junkio@cox.net>
Sun, 1 Oct 2006 09:16:11 +0000 (1 02:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 3 Oct 2006 08:10:03 +0000 (3 01:10 -0700)
tree8d50d2793045c6e8e0176e571936a7be4180c406
parent128eead19821ba18e2912ebf30e5621d08735e79
gitweb: make leftmost column of blame less cluttered.

Instead of labelling each and every line with clickable commit
object name, this makes the blame output to show them only on
the first line of each group of lines from the same revision.
Placing too many lines in one group would make the commit object
name to appear too widely separated and also makes it consume
more memory, the number of lines in one group is capped to 20
lines or so.

Also it makes mouse-over to show the minimum authorship and
authordate information for extra cuteness ;-).

Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl [changed mode: 0755->0644]