| 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 %}
|
| File Path | Additions | Deletions | Changes |
|---|---|---|---|
| {{ file.file_path }} | +{{ file.additions or 0 }} | -{{ file.deletions or 0 }} | View |