{% macro render_nodes(nodes, depth) %} {% endmacro %} Skip to content
{% if site_title %}{{ site_title }}{% else %}Docs{% endif %}
{% if search_enabled %} {% endif %}

← Back to {{ title }}

History: {{ title }}

{% for bucket in buckets %}

{{ bucket.label }}

{% for p in bucket.points %}
{{ p.short_hash }} {{ p.subject }} {% if p.author %}{{ p.author }}{% endif %} {% if p.date %}{% endif %} +{{ p.added_lines }} −{{ p.removed_lines }}
{% for f in p.files %}
{{ f.path }}
{% for h in f.hunks %}
{% for line in h.lines %}{{ line.text }}
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
{% if search_enabled %}{% endif %}