[% PROCESS 'nav/actions.tt2' object = head %] [% INCLUDE inc/syntax_highlight_css.tt2 %]
[% IF object.type == 'commit' %]
[% short_cmt(head.comment) %]
[% END %] [% INCLUDE 'nav/path.tt2' %]
[% blame_lines = blob.split("\n") %] [% FOR info IN blame %] [%- linecolour = info.commit.sha1.substr(0,6); IF info.commit.sha1 != lastsha1; styleinfo = " style='border-top: solid 3px #" _ linecolour _ ";'"; -%] [%- ELSE -%] [%- END -%] [% lastsha1 = info.commit.sha1 %] [% END %]
author date sha1 data
author date sha1 data
[% info.commit.author %] [% info.commit.author_dt.ymd %] [% linecolour %] [% info.meta.lineno %]
[% blame_lines.${loop.index} %]