[% PROCESS 'nav/actions.tt2' object = commit %]
[% # XXX Wah, stuff like this doesn't work because end() isn't called as we forward to View::SyntaxHighlight short_cmt(commit.comment) | html %]
[% 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 %]