summaryrefslogtreecommitdiffstats
path: root/templates/commit.md
blob: 8648760f4be8edf564e4c9dcb70966cd48b4f4f8 (plain)
1
2
3
4
5
6
7
8
9
10
{% include '_head.md' %}

**Commit**: {{ commit.hexsha }}  
**Author**: {{ commit.author }} <{{ redacted_email }}>  
**Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }}  
**Tree**: [Browse](/{{ content_subdir }}/{{ commit.hexsha }}/t)  

```
{{ commit.message }}
```