From b6a015582614b2a0ec7d07984db1ce7e8e9f8523 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Thu, 13 Aug 2026 09:18:35 +0300 Subject: [PATCH] web: drop the author from a memory's revision line --- web/templates/memory.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/templates/memory.html b/web/templates/memory.html index 0e54d1dbc37fc212dbe0a5b46d01d1d6cb5f6e9b..ed0feb48869ec7f721ea853e9148ddff8574cf8d 100644 --- a/web/templates/memory.html +++ b/web/templates/memory.html @@ -94,9 +94,16 @@

{{.Slug}}

{{if .Stale}}stale?{{end}} + {{/* The revision's author is deliberately not shown. bd's embedded Dolt + commits are all authored "root " — verified against the + sourcehut-artifacts tracker, where every one of the nine memories + rendered "· root" — and the human is recorded only in the commit + message ("bd: close (auto-commit) by Eugene Blikh"), and not even in + every message. A column that says "root" nine times out of nine is + noise; the commit page behind the hash carries whatever the message + does say. */}} {{with .Revision}}written {{.Date | agoDays}} · {{.Commit | shortsha}} - {{- if .Author}} · {{.Author}}{{end}} {{- else}}written before the last {{$.Data.WalkMax}} commits{{end}}