Skip to content

Commit

Permalink
Add ignoreRevsFile to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
closes official-stockfish#4980

No functional change
  • Loading branch information
Disservin committed Jan 14, 2024
1 parent 88331ad commit b5e8169
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ Changes to Stockfish C++ code should respect our coding style defined by
[.clang-format](.clang-format). You can format your changes by running
`make format`. This requires clang-format version 17 to be installed on your system.

## Navigate

For experienced Git users who frequently use git blame, it is recommended to
configure the blame.ignoreRevsFile setting.
This setting is useful for excluding noisy formatting commits.

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

## Community and Communication

- Join the [Stockfish discord][discord-link] to discuss ideas, issues, and
Expand Down

0 comments on commit b5e8169

Please sign in to comment.