RSS Git Download  Clone
Raw View History
Blames found: 6 Mode: twig Binary: false


Hang on, we reloading big blames...
<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>Latest commits in {{ repo }}:{{ branch }}</title>
<description>RSS provided by GitList</description>
<link>{{ path('homepage') }}</link>
{% for commit in commits %} <item>
<title>{{ commit.message }}</title> <description>{{ commit.author.name }} authored {{ commit.shortHash }} in {{ commit.date | date('d/m/Y \\a\\t H:i:s') }}</description> <link>{{ path('commit', {repo: repo, commit: commit.shortHash}) }}</link> <pubDate>{{ commit.date | date('r') }}</pubDate>
</item> {% endfor %} </channel> </rss>