From a9ebd8bb55f229a9ffca1bdc484750a9fcf5c933 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sun, 20 Sep 2026 16:42:45 -0400 Subject: [PATCH] chore: add .git-blame-ignore-revs for the CSharpier sweep Skip the formatting commit in git blame. Enable with: git config blame.ignoreRevsFile .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 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..036dc8e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,3 @@ +# Commits whose changes git blame should skip (whitespace-only sweeps). +# Enable locally: git config blame.ignoreRevsFile .git-blame-ignore-revs +aec052306234e3c4313c0ee8905e2557d3c3671b