Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for ignoring revisions in Git Blame #582

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jtrobles-cdd
Copy link
Member

The file .git-blame-ignore-revs contains a list of revisions that are not helpful when assigning blame, such as source code reformatting, Python import sorting, etc., so that git blame is able to ignore those commits.

See:

The file `.git-blame-ignore-revs` contains a list of revisions that are
not helpful when assigning blame, such as source code reformatting,
Python `import` sorting, etc., so that `git blame` is able to ignore
those commits.

See:

- https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
- https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
@jtrobles-cdd jtrobles-cdd added the task Task or chore label Jan 9, 2024
@jtrobles-cdd jtrobles-cdd self-assigned this Jan 9, 2024
Copy link

sonarcloud bot commented Jan 9, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task or chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant