{{entry.pull_request.repository.name_with_owner}}#{{entry.pull_request.number}}
{{entry.pull_request.title}}
{% else %}
{{ entry.subject }}
{% endif %}
{% endif %}
{% if config.show_additions_deletions %}
+{{calculate_total_additions(entry.numstat)}}
-{{calculate_total_deletions(entry.numstat)}}
{% endif %}
{% if config.show_commit_date %}
{{entry.commit_date.strftime("%B %d, %Y %I:%M:%S")}}
{% endif %}
{% if config.show_commit_author %}
{% for issue in entry.issues %} {% if issue.url %}{{issue.key}}{% else %}{{issue.key}}{% endif %}{{ ", " if not loop.last else "" }} {% endfor %}
{{ line }}
{% endfor %}+{{numstat_entry.additions}} -{{numstat_entry.deletions}} {{numstat_entry.path}}
{% endfor %}{{ sub_update.submodule_name }}: {{ sub_update.from_sha[0:7] }} -> {{ sub_update.to_sha[0:7] }}
{% if config.show_submodule_changelog %} {% with entries = sub_update.entries %} {% include "change_log_entries.html" %} {% endwith %} {% endif %} {% endfor %}