Skip to content

Commit 4fbc8f9

Browse files
committed
Create git blame ignore file and mention it in CONTRIBUTING.md
1 parent 384bdbc commit 4fbc8f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Initial commits that enabled spotless automatic formatting
2+
59731c089e9d649a663c81d9622b54557d6aba37
3+
4d63ffd98cdead513ab0be0fa23f9787423092d3

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ GitHub there are a few pre-requisite steps to follow:
5151
the linked page, this also includes:
5252
* [set up your local git install](https://help.github.com/articles/set-up-git)
5353
* clone your fork
54+
* Instruct git to ignore certain commits when using `git blame`. From the directory of your local clone, run this: `git config blame.ignoreRevsFile .git-blame-ignore-revs`
5455
* See the wiki pages for setting up your IDE, whether you use
5556
[IntelliJ IDEA](https://hibernate.org/community/contribute/intellij-idea/)
5657
or [Eclipse](https://hibernate.org/community/contribute/eclipse-ide/)<sup>(1)</sup>.

0 commit comments

Comments
 (0)