Add .git-blame-ignore-revs file#7528
Merged
radarhere merged 5 commits intopython-pillow:mainfrom Dec 24, 2023
Merged
Conversation
Member
| There was also C code formatting commits #4770 |
5ee00bb to a331d45 Compare Contributor Author
| @homm Great, thanks! Added those too. |
radarhere reviewed Nov 11, 2023
3680097 to 75f5e17 Compare homm approved these changes Nov 14, 2023
Member
radarhere reviewed Nov 15, 2023
.git-blame-ignore-revs Outdated
Comment on lines +1 to +3
| # Reformat with Black | ||
| 53a7e3500437a9fd5826bc04758f7116bd7e52dc | ||
| # ClangFormat the C code |
Member
There was a problem hiding this comment.
Suggested change
| # Reformat with Black | |
| 53a7e3500437a9fd5826bc04758f7116bd7e52dc | |
| # ClangFormat the C code | |
| # Format with Black | |
| 53a7e3500437a9fd5826bc04758f7116bd7e52dc | |
| # Format the C code with ClangFormat |
Contributor Author
There was a problem hiding this comment.
I just borrowed the commit messages, but sure :)
Member
radarhere approved these changes Nov 15, 2023
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
for more information, see https://pre-commit.ci
radarhere reviewed Nov 15, 2023
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
radarhere approved these changes Nov 27, 2023
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.
This PR adds a
.git-blame-ignore-revsfile (the name is conventionally supported by e.g. GitHub).The file is populated with the mechanical reformatting commit 53a7e35.
This makes blame tools (when configured to do so, e.g.
git config blame.ignoreRevsFile .git-blame-ignore-revs) ignore the revision, making archaeology a bit easier.