From 2578100e9c208acc843e8f3e2ae504ae9549fddd Mon Sep 17 00:00:00 2001 From: mvm Date: Wed, 22 Jul 2026 14:56:38 -0500 Subject: [PATCH] chore: remove .git-blame-ignore-revs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Had exactly one entry (the Hugo->Starlight migration commit) and wasn't kept up to date across several later large mechanical commits (the Starlight->Nimbus migration, the src/nimbus->src promotion, and various rename/reformat-only commits) — a single stale entry wasn't providing enough value to justify maintaining the file going forward. Confirmed no references to this file anywhere else in the repo (workflows, docs, scripts) before removing it. --- .git-blame-ignore-revs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs deleted file mode 100644 index c78731c0e60..00000000000 --- a/.git-blame-ignore-revs +++ /dev/null @@ -1,2 +0,0 @@ -# Migration from Hugo -> Starlight -abb2df90da1a9d8544ec51f7638b10d007ba45b1