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