X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcommit.tt2;h=2922e9e6a85b77e2587975f5af8ff5f96f296087;hb=7c3086f8f5b0fad935ac03a9d33aad2ee85bb5ef;hp=e27fd09d54bd0aeed6b21b5f9058ec3837a0ebcb;hpb=1fd8159c58e9f1f95533012890b80312e33edf32;p=catagits%2FGitalist.git diff --git a/root/commit.tt2 b/root/commit.tt2 index e27fd09..2922e9e 100644 --- a/root/commit.tt2 +++ b/root/commit.tt2 @@ -6,7 +6,7 @@ INCLUDE '_refs.tt2' object = commit; %] - +
author
[% commit.author.name | html %] <[% commit.author.email %]>
@@ -22,20 +22,20 @@
[% FOREACH parent IN commit.parents %]
parent
-
[% parent %] +
[% parent.sha1 %] - commit - diff - + commit + diff +
[% END %]
-
[% commit.comment %]
+
[% 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; + # In the case of merge commits there will be no diff tree. + IF diff_tree.size > 0; + INCLUDE '_diff_tree.tt2'; + END; %]