Commit {{ commit.id|short_id }}
- Author
- {{ commit.author_name }} <{{ commit.author_email }}>
- Committed
- Tree
{{ commit.tree|short_id }}
{% for parent in commit.parents %}
- Parent
{{ parent|short_id }}· Diff
{% endfor %}
{{ commit.message }}