{% extends "base.html" %} {% block title %}Palinode · history · {{ filename }}{% endblock %} {% block crumb %}memory / {{ file_path }} / history{% endblock %} {% block health_pill %}read-only{% endblock %} {% block content %}
Read-only Git history for {{ file_path }}, newest first (up to {{ history_limit }} commits).
Git history is currently unavailable for this memory.
{% elif history %}No committed history for this memory.
{% endif %}