git » {{repo.name}} » commit {{c.id[:7]}}

{{c.subject}}

% for p in c.parents: % end
author {{c.author_name}}
{{c.author_date.utc}} UTC
committer {{c.author_name}}
{{c.author_date.utc}} UTC
parent {{p}}

{{c.message.strip()}}

% if c.diff.changes: % for added, deleted, fname in c.diff.changes: % end
{{!fname.html}} +{{added}} -{{deleted}}

% if can_colorize(c.diff.body): {{!colorize_diff(c.diff.body)}} % else:
{{c.diff.body}}
% end
% end