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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17641800#comment-17641800 ] 

Duo Zhang commented on HBASE-27512:
-----------------------------------

I think the .git-blame-ignore-revs files are different for different branches. So please open PRs against branch-2, branch-2.5 and branch-2.4 as well.

Thanks for taking care of this!

> 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
>
> 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)