{% import "macros/link.html" as link %} {% extends "repo/base.html" %} {% block head %} {%- endblock %} {% block commit_nav_class %}active{% endblock %} {% block content %}
{%- for parent in commit.get().parents() %} {%- endfor %}
author {{ commit.get().author().name() }} <{{ commit.get().author().email() }}> {{ commit.get().author().time() }}
committer {{ commit.get().committer().name() }} <{{ commit.get().committer().email() }}> {{ commit.get().committer().time() }}
commit
{{ commit.get().oid() }} [patch]
tree
{{ commit.get().tree() }}
parent
{{ parent }}
download
{{ id.as_deref().unwrap_or(dl_branch.as_ref()) }}.tar.gz

{{ commit.get().summary() }}

{{ commit.get().body() }}

Diff

{{ commit.diff_stats|safe }}
{{ commit.diff|safe }}
{% endblock %}