[% INCLUDE 'nav/actions.tt2' object = commit %]
[% commit.comment.substr(0, 85) %] ... [% FOREACH ref IN branches_on %] [% ref %] [% END %]
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 %] commit diff
[% END %]
[% commit.comment %]
[% # In the case of merge commits there will be no diff tree. IF diff_tree.size > 0; INCLUDE '_diff_tree.tt2'; END; %]