{% extends "layout.html" %} {% block title %}diff {{ commit.short_id }} · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block content %}

{{ owner.username }}/{{ repo.name }} · diff

{% let tab = "commits" %} {% let archive_ref = commit.id %} {% include "partials/repo_tabs.html" %}

{{ commit.short_id }} · {{ commit.author }}

{{ commit.message }}

{{ diff_html|safe }}
{% endblock %}