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

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

     [ https://issues.apache.org/jira/browse/HBASE-27512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-27512.
-------------------------------
    Fix Version/s: 2.6.0
                   3.0.0-alpha-4
                   2.4.16
                   2.5.3
     Hadoop Flags: Reviewed
       Resolution: Fixed

Merged to branch-2.4+.

Thanks [~dzcxzl] for contributing!

> 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
>            Assignee: dzcxzl
>            Priority: Trivial
>             Fix For: 2.6.0, 3.0.0-alpha-4, 2.4.16, 2.5.3
>
>
> 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)