Skip to content

Commit 11125d5

Browse files
authored
Create .git-blame-ignore-revs (#603)
After the ruff linter introduction the git blame is mostly cluttered by the resulting changes. This file is introduced to generally feature commits that should be taken out of the git blame chain and quick setup instructions.
1 parent 112290a commit 11125d5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.git-blame-ignore-revs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file features commits that should be taken out of the git blame chain as they would clutter it with formatting
2+
# changes otherwise.
3+
4+
# To ignore the commits, you can configure your git to automatically use this file with any git blame command:
5+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
6+
7+
# Commit 2026-07-23: Introduce ruff as linter and formatter
8+
# This commit had no effect on the functionality but touched and reformatted 10k lines
9+
112290a101f681030b7f895ded63a544764c073a

0 commit comments

Comments
 (0)