{% extends "base.html" %} {% block title %}Palinode · history · {{ filename }}{% endblock %} {% block crumb %}memory / {{ file_path }} / history{% endblock %} {% block health_pill %}read-only{% endblock %} {% block content %}
← back to memory

Commit history

Read-only Git history for {{ file_path }}, newest first (up to {{ history_limit }} commits).

{% if history_unavailable %}

Git history is currently unavailable for this memory.

{% elif history %} {% else %}

No committed history for this memory.

{% endif %}
{% endblock %}