{{ entry.sha[0:7] }} {% if entry.pull_request is defined and entry.pull_request %} {{entry.pull_request.repository.name_with_owner}}#{{entry.pull_request.number}} {{entry.pull_request.title}} {% else %} {{ entry.subject }} {% endif %} +{{calculate_total_additions(entry.numstat)}} -{{calculate_total_deletions(entry.numstat)}} {{entry.commit_date.strftime("%B %d, %Y %I:%M:%S")}}

{{entry.author_name}}

{% if entry.body %}
{% for line in entry.body.split('\n') %}

{{ line }}

{% endfor %}
{% endif %}
{% for sub_update in entry.submodule_updates.values() %}

{{ sub_update.submodule_name }}: {{ sub_update.from_sha[0:7] }} -> {{ sub_update.to_sha[0:7] }}

{% with entries = sub_update.entries %} {% include "change_log_entries.html" %} {% endwith %} {% endfor %}
{% endif %}