summaryrefslogtreecommitdiffstats
path: root/templates/commit.md
blob: d97505a877f2e732c232f833c1c86f61a4f4d49b (plain)
1
2
3
4
5
6
7
8
9
10
11
---
{% 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 }}
```