Add linting commit to ignored revs for git-blame
What changed, and why it matters
This commit adds one previously existing code-formatting commit hash to a file that tells Git to ignore that commit when showing who last changed each line. It does not change any executable code, app behavior, or security settings.
No action needed; this is a repository tooling change with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates .git-blame-ignore-revs and inserts commit 027e50cb280fc58912b82ed9d900afcb280d076b. This file is consumed by git blame –ignore-revs-file to suppress blame attribution for large linting/style-only commits. No source code, build scripts, tests, or documentation are modified.
Changed components
.git-blame-ignore-revsInspect captured patch +1 / −0
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..b4ed664
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1 @@
+027e50cb280fc58912b82ed9d900afcb280d076b
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.