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 }} ```