[% short_cmt(Commit.comment) | html; INCLUDE '_refs.tt2' object = commit; %]
author
[% Commit.author.name | html %] <[% Commit.author.email %]>
[% time_since(Commit.authored_time) %]
committer
[% Commit.committer.name %] <[% Commit.committer.email %]>
[% time_since(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 && diff_tree.size > 0; INCLUDE '_diff_tree.tt2'; END; %]