]> Lady’s Gitweb - Gitweb/commit
gitweb: Mark boundary commits in 'blame' view
authorJakub Narebski <redacted>
Fri, 24 Jul 2009 22:44:02 +0000 (00:44 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commit3c8296019ffc1b5e0bcdb3321a7b2dd1aaeab92f47219a948c71eae79be5d542
treefdcf4397b873d502de603063178970433809c41324223ada618b1df17139d18f
parentc5617d721b904e77d3d80c8e1cf68ca5c9d36a08e1429bba74433cee33de7e36
gitweb: Mark boundary commits in 'blame' view

Use "boundary" class to mark boundary commits, which currently results
in using bold weight font for SHA-1 of a commit (to be more exact for
all text in the first cell in row, that contains SHA-1 of a commit).

Detecting boundary commits is done by watching for "boundary" header
in "git blame -p" output.  Because this header doesn't carry
additional data the regular expression for blame header fields
had to be slightly adjusted.

With current gitweb API only root (parentless) commits can be boundary
commits.

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