[% BLOCK pager %]
[% IF log_lines.size == 50 %] next [% END %] [% IF log_lines.first.sha1 != HEAD %] prev [% END %]
[% END %] [% INCLUDE pager %] [% FOREACH line IN log_lines %] [% END %]
sha1 time author message actions
[% line.sha1.substr(0, 6) %] [% line.authored_time %] [% line.author.name | html %] [% line.comment.substr(0, 50) | html %] [% FOREACH ref IN refs.${line.sha1} %] [% ref.replace('^(remote|head)s/', '') %] [% END %] commit commitdiff tree
sha1 time author message actions
[% INCLUDE pager %]