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

{% include '_nav.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 }}
```