[% BLOCK shortlog_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] <[% cell %] colspan="2">Compare <[% cell %]>ID (sha1) <[% cell %]>Last change <[% cell %]>Message <[% cell %]>By <[% cell %]>Actions [% END %]
[% PROCESS shortlog_table_headfoot type = 'head' %] [% FOREACH line IN log_lines %] [% END %]
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %] [% time_since(line.authored_time) %] [% IF longlogformat %] [% message = line.comment | html; message.replace("\n", "
") %] [% ELSE %] [% short_cmt(line.comment) | html %] [% INCLUDE '_refs.tt2' object = line %] [% END %]
[% line.author.name | html %] commit commitdiff tree
Compare
[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] [% INCLUDE 'inc/log_pager.tt2' %]