Skip to content

Commit 98212da

Browse files
authored
Add in a .git-blame-ignore-revs file (#334)
1 parent 03aeb37 commit 98212da

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.git-blame-ignore-revs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# It's a good idea to ignore the following commits from git blame.
2+
# You can read more about this here if you're unfamiliar:
3+
# https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame
4+
#
5+
# Added scallafix and scalafmt
6+
03aeb373675b76d3fd021854fda776aafef07bd7

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Contributing
22

3+
When working in the code base it's a good idea to utilize the
4+
`.git-blame-ignore.revs` file at the root of this project. You can add it
5+
locally by doing a:
6+
7+
```sh
8+
git config blame.ignoreRevsFile .git-blame-ignore-revs
9+
```
10+
11+
This will ensure that when you are using `git blame` functionality that the
12+
listed commit in that file are ignored.
13+
314
## Making a release
415

516
scalac-scoverage-plugin relies on

0 commit comments

Comments
 (0)