blob: 4ea55944bfecc7ec625af21d65414a7cc475ba3d (
plain)
1
2
3
4
5
6
7
8
9
|
{% include '_head.md' %}
**Commit**: {{ commit.hexsha }}
**Author**: {{ commit.author }} <{{ redacted_email }}>
**Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }}
```
{{ commit.message }}
```
|