From d222751fe2820d80605486f7aab89c9140c40acb Mon Sep 17 00:00:00 2001 From: npeter83 Date: Tue, 21 Jul 2026 02:26:53 +0200 Subject: [PATCH] chore: add .git-blame-ignore-revs for the Prettier format pass Lists the repo-wide format commit so `git blame` skips it. One-time local setup: `git config blame.ignoreRevsFile .git-blame-ignore-revs` (Forgejo honours it too). --- .git-blame-ignore-revs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..c7b7b31 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,6 @@ +# Revisions listed here are skipped by `git blame` (git >= 2.23) so mechanical, +# whole-repo reformatting does not bury the real authorship of each line. +# Configure once per clone: git config blame.ignoreRevsFile .git-blame-ignore-revs +# +# Prettier one-time repo-wide format pass (R2 S1b, 2026-07-21) +51c36c2071728d2cd7ae580b7bfdf21f6867a347