{% include '_header.html' %}

Commit Details

{% if commit %}

Commit Hash

{{ commit.hash }}

Message

{{ commit.message or 'No commit message' }}

Commit Information

{% if commit.parents %} {% endif %}
Author Email {{ commit.author_email or 'Unknown' }}
Committer Email {{ commit.committer_email or 'Unknown' }}
Author Date {{ commit.author_when or 'Unknown' }}
Committer Date {{ commit.committer_when or 'Unknown' }}
Number of Files {{ commit.files or 'Unknown' }}
Cycle Time (Seconds) {{ commit._cycle_time or 'Unknown' }}
Repository {% if commit.repo_id %} {{ commit.repo_id }} {% else %} Unknown {% endif %}
Parent Commits {% for parent in commit.parents.split(',') %}
{{ parent.strip() }}
{% endfor %}
{% if commit.repo_id %} Back to Commits {% endif %}
{% if commit.repo_id %} View Repository {% endif %}
{% if files %}

Files Changed

{% for file in files %} {% endfor %}
File Path Additions Deletions Changes
{{ file.file_path }} +{{ file.additions or 0 }} -{{ file.deletions or 0 }} View
{% endif %}
{% else %}

No commit data

The requested commit could not be found or is not available.

{% endif %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}