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 git blame ignore #2068

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

freddyheppell
Copy link
Contributor

@freddyheppell freddyheppell commented Jun 25, 2024

Adds git blame ignore to prevent most code in the repo being attributed to #2033.

GitHub will pick up on this by default.

Using Git locally, you can use this by passing the --ignore-revs-file argument e.g.

$ git blame bertopic/_bertopic.py --ignore-revs-file .git-blame-ignore-revs

or run this config to use by default

$ git config blame.ignoreRevsFile .git-blame-ignore-revs

@MaartenGr
Copy link
Owner

Awesome, thanks for the PR!

@MaartenGr MaartenGr merged commit 0870785 into MaartenGr:master Jun 26, 2024
6 checks passed
@freddyheppell freddyheppell deleted the git-blame-ignore branch June 26, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants