[% PROCESS 'nav/actions.tt2' object = commit %]
[% commit.comment.substr(0, 85) %] ...
[% commit.author.name | html %] [[% commit.authored_time %]]
[% # In the case of merge commits there will be no diff tree. IF diff_tree.size > 0; INCLUDE '_diff_tree.tt2'; END; IF diff.size > 0; INCLUDE '_diff.tt2'; ELSE %]
[% IF commit.parents > 1; 'Trivial merge'; ELSE; 'No differences found'; END; %]
[% END %]