Add hash for #1216 to .git-blame-ignore-revs and add info to CONTRIBUTING.md#1225
Open
Add hash for #1216 to .git-blame-ignore-revs and add info to CONTRIBUTING.md#1225
.git-blame-ignore-revs and add info to CONTRIBUTING.md#1225Conversation
This also adds a comment to explain more about what the file is about.
There was a problem hiding this comment.
Code Review
This pull request introduces a configuration for git blame to ignore large refactoring commits and documents its usage. The changes in .git-blame-ignore-revs correctly add a new formatting commit to the ignore list and provide helpful setup instructions. The accompanying update to CONTRIBUTING.md clearly explains how developers can configure their local environment to use this feature. The changes are well-contained and beneficial for the development workflow. I have reviewed the pull request and found no issues of high or critical severity.
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 adds the hash for PR #1216 to the
.git-blame-ignore-revsfile and adds instructions toCONTRIBUTING.mdto inform contributors how to set up their git environment to use the file.This also adds a comment at the top of
.git-blame-ignore-revsproviding information about the usage and the file, to (hopefully) increase the probability that contributors will find the information.