{% 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 }}
{% if commits.is_empty() %}

No commits touch this path.

{% else %} {% endif %}
{% endblock %}