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-revs file #1295

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

a-kenji
Copy link
Contributor

@a-kenji a-kenji commented Apr 4, 2022

Add .git-blame-ignore-revs file. That way we can accept fmt and
clippy PR's, that change quite a bit of our codebase without
negatively impacting the functionality of git blame.

Anyone wishing to use this file can set:

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

Add `.git-blame-ignore-revs` file. That way we can accept `fmt` and
`clippy` PR's, that change quite a bit of our codebase without
negatively impacting the functionality of `git blame`.

Anyone wishing to use this file can set:
```
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
```
@a-kenji a-kenji merged commit b82d9c6 into zellij-org:main Apr 4, 2022
@a-kenji a-kenji deleted the add-git-blame-ignore-revs branch April 4, 2022 17: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.

1 participant