From bfb9afa2a57c3c302dde2c9669425d365c3f9b40 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 24 Aug 2025 18:58:26 +0200 Subject: g2h: Add redacted authors email to commit page --- templates/commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/commit.md b/templates/commit.md index fcf57b7..4ea5594 100644 --- a/templates/commit.md +++ b/templates/commit.md @@ -1,7 +1,7 @@ {% include '_head.md' %} **Commit**: {{ commit.hexsha }} -**Author**: {{ commit.author }} +**Author**: {{ commit.author }} <{{ redacted_email }}> **Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} ``` -- cgit v1.2.3