X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Ffragment%2Frepository%2Flonglog.tt2;h=33c9b888c13f2f037700bb23c3ea2a2e7574c9e1;hb=189f3b00a6f99a59268fd89d67d7f5fde9b0e519;hp=c4f8cec594de857fc7bfb44b97eb009029029bbf;hpb=2980657b3a81921f42d9ae577d42226746a720fa;p=catagits%2FGitalist.git diff --git a/root/fragment/repository/longlog.tt2 b/root/fragment/repository/longlog.tt2 old mode 100644 new mode 100755 index c4f8cec..33c9b88 --- a/root/fragment/repository/longlog.tt2 +++ b/root/fragment/repository/longlog.tt2 @@ -1,32 +1,5 @@ -
- [% FOREACH line IN log_lines %] -
-
- [% message = line.comment | html; - message.replace("\n", "
") %] -
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1 %]
-
-
- - - - [% IF line.author.name != line.committer.name %] - - - [% END %] -
author - - [% line.author.name | html %]
authored time[% time_since(line.authored_time) %]
committer - - [% line.committer.name | html %] -
committered time[% line.committed_time %]
- [% time_since(line.authored_time) %] -
- commit - | commitdiff - | tree -
-
-
- [% END %] -
+[% INCLUDE 'fragment/repository/shortlog.tt2' longlogformat = 1 %] + + +

Branches

+[% subinclude('/fragment/repository/heads', c.req.captures) %] \ No newline at end of file