[% INCLUDE 'nav/actions.tt2' object = commit %]
[% short_cmt(commit.comment) | html; INCLUDE '_refs.tt2' object = commit; %]
author
[% commit.author.name | html %] <[% commit.author.email %]>
[% commit.authored_time %]
committer
[% commit.committer.name %] <[% commit.committer.email %]>
[% commit.committed_time %]
commit
[% commit.sha1 %]
tree
[% commit.tree_sha1 %] tree
[% FOREACH parent IN commit.parents %]
parent
[% parent.sha1 %] commit diff
[% END %]
[% commit.comment | html%]
[% # In the case of merge commits there will be no diff tree. IF diff_tree.size > 0; INCLUDE '_diff_tree.tt2'; END; %]