{{ commit.message | split("\n") | first }}
{% trans owner_name=commit.owner_name, profile_url=owner_name | profile_url %}by {{ owner_name }},{% endtrans %} {{ commit.author_date|strftime("%A, %e %B %Y, %H:%M:%S") }}
{% trans pusher_name=commit.pusher_name, profile_url=pusher_name | profile_url %}pushed by {{ pusher_name }},{% endtrans %} {{ commit.receive_date|strftime("%A, %e %B %Y, %H:%M:%S") }}
{{ commit.sha }}