Skip to content

Commit 93d8898

Browse files
committed
Add .git-blame-ignore-revs
Because Intellij will error out if we set git config to use this file and it does not exist, and we do need to set git config to use this file for the main branch, at least.
1 parent 3f787cb commit 93d8898

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.git-blame-ignore-revs

Whitespace-only changes.

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)