You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "dzcxzl (Jira)" <ji...@apache.org> on 2022/12/01 09:15:00 UTC

[jira] [Created] (HBASE-27512) Add file `.git-blame-ignore-revs` for `git blame`

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)