]> Lady’s Gitweb - Gitweb/commit
gitweb: make leftmost column of blame less cluttered.
authorJunio C Hamano <redacted>
Sun, 1 Oct 2006 09:16:11 +0000 (02:16 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commit8018cb3bd77596fbd2687f078e0e5add76b848e109828a9aa8ad9876aee69e8e
tree303b6dd13bdb9986913b8aaabe5c6c8c59f02c83a9a62c1db46dea0851c5d042
parent5951456df1abab7174c3ca9fd55b6bd4a15ccf65ccc1fc0afcfbb0d4fe8ebce8
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 <redacted>
gitweb.perl [changed mode: 0755->0644]
This page took 0.155406 seconds and 4 git commands to generate.