{% 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 }} {% let c = commit %} {% let show_unverified = true %} {% include "partials/verified_badge.html" %}

{{ diff_html|safe }} {% if truncated && !show_full %}

Large diffs are not rendered by default. Showing the first 50 of {{ total_lines }} lines. Show full diff

{% endif %}
{% endblock %}