Skip to content

Add in a .git-blame-ignore-revs file #334

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

Merged
merged 1 commit into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# It's a good idea to ignore the following commits from git blame.
# You can read more about this here if you're unfamiliar:
# https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame
#
# Added scallafix and scalafmt
03aeb373675b76d3fd021854fda776aafef07bd7
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Contributing

When working in the code base it's a good idea to utilize the
`.git-blame-ignore.revs` file at the root of this project. You can add it
locally by doing a:

```sh
git config blame.ignoreRevsFile .git-blame-ignore-revs
```

This will ensure that when you are using `git blame` functionality that the
listed commit in that file are ignored.

## Making a release

scalac-scoverage-plugin relies on
Expand Down