{{ templates.repo_sender_prefix }} {% if is_deleted_ref %} deleted branch {% else %} pushed {{- total_commits_count }} commit{{ pluralize(total_commits_count) -}} to {% endif %} {{ ref_name }} {%- if is_new_ref %} (new branch){% endif -%} {%- if commits|length > 0 %}:
{{- commit.id[:8] -}}
{{ commit.cut_message|e }}
{% if commit.author.name != user_name and commit.author.name != user_username %}
by {{ commit.author.name }}
{% endif %}