{% if commits %} {% for date, commit in commits %}
{{ date | date("F j, Y") }} |
---|
{{ item.message }}{{ item.author.name }} authored on {{ item.date | format_date }} {% if item.author.email != item.commiter.email %} • {{ item.commiter.name }} committed on {{ item.commiterDate | format_date }} {% endif %} |