[% INCLUDE 'commit-nav.tt2' object = commit %]
[% commit.comment.substr(0, 85) %] ... [% FOREACH ref IN c.model('Git').refs_for(commit.sha1) %] [% ref %] [% END %]
author
[% commit.author.name %] <[% 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
[% END %]
[% commit.comment %]
[% FOREACH line IN c.model('Git').diff_tree(commit) %] [% END %]
file actions
[% line.src %] [% IF !line.is_new %]diff[% END %] blob [% IF !line.is_new %]history[% END %]
file actions