RSS Git Download  Clone
Raw View History
Blames found: 7 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>{{ url('homepage') }}</link>
{% for commit in commits %}
<item> <title>{{ commit.message }}</title> <description>{{ commit.author.name }} authored {{ commit.shortHash }} in {{ commit.date | format_date }}</description> <link>{{ url('commit', {repo: repo, commit: commit.hash}) }}</link> <pubDate>{{ commit.date | date('r') }}</pubDate> <author>{{ commit.author.email }} ({{ commit.author.name }})</author> </item>
{% endfor %} </channel>
</rss>