{% include '_header.html' %}

{% if repo_id %}{{ repo_id }} {% endif %}Commits

Detailed commit history and contributor activity.

Commit History

{% if not repo_id %} {% endif %} {% for row in commits %} {% if not repo_id %} {% endif %} {% endfor %}
Repo IDAuthor Committer # Files Commit # Committed
{{ row['_repo_id'] }}
{{ row['author_email'][:2]|upper if row['author_email'] else 'AU' }}
{{ row['committer_email'][:2]|upper if row['committer_email'] else 'CO' }}
{{ row['_files'] }} {{ row['hash'][:8] }} {{ row['committer_when'] }}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}