{% extends "layout.html" %} {% block title %}history · {{ path }} · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block content %} {{ owner.username }}/{{ repo.name }} · history {% let tab = "code" %} {% let archive_ref = branch %} {% include "partials/repo_tabs.html" %} {{ branch }} {% for (name, full) in breadcrumbs %} / {% if loop.last %} {{ name }} {% else %} {{ name }} {% endif %} {% endfor %} {{ path }} View file Blame {% if commits.is_empty() %} No commits touch this path. {% else %} {% for c in commits %} {{ c.short_id }} {{ c.message }} {% if c.verified %} Verified {{ c.verify_fingerprint_label }}: {{ c.verify_fingerprint }} Verified on {{ c.verified_at }} {% endif %} — {{ c.author }} {{ c.time_display() }} {% endfor %} {% endif %} {% endblock %}
{{ branch }} {% for (name, full) in breadcrumbs %} / {% if loop.last %} {{ name }} {% else %} {{ name }} {% endif %} {% endfor %}
No commits touch this path.
{{ c.short_id }}
{{ c.verify_fingerprint_label }}: {{ c.verify_fingerprint }}
{{ c.verify_fingerprint }}
Verified on {{ c.verified_at }}