dzcxzl created HBASE-27512:
------------------------------
Summary: Add file `.git-blame-ignore-revs` for `git blame`
Key: HBASE-27512
URL: https://issues.apache.org/jira/browse/HBASE-27512
Project: HBase
Issue Type: Improvement
Reporter: dzcxzl
We introduce spotless to format the code, but it is inconvenient for `git
blame` to view the changes.
We can ignore some commits through `--ignore-rev`.
git v2.23 support `--ignore-rev`
```bash
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)