{% extends "base.html" %}{% block title %}Commit {{ commit_hash[:8] }} – {{ repo_name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
← {{ repo_name }}

Commit {{ commit_hash[:8] }}

{{ files_changed }}
plików
+{{ insertions }}
dodanych
-{{ deletions }}
usuniętych
{% for hunk in hunks %}
{{ hunk.header }}
{% for line in hunk.lines %}
{{ line.old }} {{ line.new }} {{ line.text }}
{% endfor %}
{% endfor %} {% if not hunks %}
{{ diff_raw }}
{% endif %}
{% endblock %}