{{ url('repository_tree', { repository: repository.name, commitish: commitish.hash }) }} {{ 'REPOSITORY_FEED_RECENT_COMMITS'|trans }} {{ repository.name }} ({{ commitish.hash }}) {{ commits|first.commitedAt|date('Y-m-d\\TH:i:sP') }} {% for commit in commits %} tag:gitlist.org,2012:commit/{{ commit.hash }} {{ commit.subject }} {{ commit.commitedAt|date('Y-m-d\\TH:i:sP') }} {{ commit.author.name }} {{ commit.author.email }} {{ '
' ~ commit.body ~ '
'|escape }}
{% endfor %}