Create .git-blame-ignore-revs#603
Open
JAB1305 wants to merge 1 commit into
Open
Conversation
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.
s-heppner
reviewed
Jul 23, 2026
|
|
||
| # Commit 112290a - 23.07.2026 - Introduce ruff as linter and formatter | ||
| # This commit had no effect on the functionality but touched and reformated 10k lines | ||
| 112290a101f681030b7f895ded63a544764c073a No newline at end of file |
Member
There was a problem hiding this comment.
Can you add a new line character to the end of the file?
s-heppner
requested changes
Jul 23, 2026
| # git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
|
||
| # Commit 112290a - 23.07.2026 - Introduce ruff as linter and formatter | ||
| # This commit had no effect on the functionality but touched and reformated 10k lines |
Member
There was a problem hiding this comment.
Suggested change
| # This commit had no effect on the functionality but touched and reformated 10k lines | |
| # This commit had no effect on the functionality but touched and reformatted 10k lines |
| # To ignore the commits, you can configure your git to automatically use this file with any git blame command: | ||
| # git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
|
||
| # Commit 112290a - 23.07.2026 - Introduce ruff as linter and formatter |
Member
There was a problem hiding this comment.
Suggested change
| # Commit 112290a - 23.07.2026 - Introduce ruff as linter and formatter | |
| # Commit 2026-07-23: Introduce ruff as linter and formatter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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. The mentioned ruff commit being added as well.