]> Lady’s Gitweb - Gitweb/commit
gitweb: Mark commits with no "previous" in 'blame' view
authorJakub Narebski <redacted>
Fri, 24 Jul 2009 22:44:04 +0000 (00:44 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commit28e72226f08f85a9e507564cc81ebd8342acbf04ae4d485b02b2617eb01380dd
treecd12f5db99e10ad77f684e30629ff272e739a8988f3eba007012de5689956fed
parente0a6228ec35491febcc3edd1ef6fbba95bce26fd7315b3a45f6c71a88e724ef6
gitweb: Mark commits with no "previous" in 'blame' view

Use "no-previous" class to mark blamed commits which do not have
"previous" header.  Those are commits in which blamed file was created
(added); this includes boundary commits.  This means that 'linenr'
link leads to blamed commit, not (one of) parent of blamed commit.
Therefore currently line number for such commit uses bold weight font
to denote this situation; the effect is subtle.

Use "multiple-previous" class in the opposite situation, where blamed
commit has multiple "previous" headers (is an evil merge).  Currently
this class is not used for styling.  In this situation 'linenr' link
leads to first of "previous" commits (first parent).

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css
gitweb.perl
This page took 0.275372 seconds and 4 git commands to generate.