Skip to content

Commit

Permalink
Add files with revision to ignore for git blame
Browse files Browse the repository at this point in the history
This will improve output of the blame.

Can be configured as follow:

  $ git config blame.ignoreRevsFile .git-blame-ignore-revs

Signed-off-by: Azat Khuzhin <[email protected]>
  • Loading branch information
azat committed Sep 13, 2022
1 parent 049eda5 commit f35296e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This is a file that can be used by git-blame to ignore some revisions.
# (git 2.23+, released in August 2019)
#
# Can be configured as follow:
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# For more information you can look at git-blame(1) man page.

# Changed tabs to spaces in code [#CLICKHOUSE-3]
137ad95929ee016cc6d3c03bccb5586941c163ff

# dbms/ → src/
# (though it is unlikely that you will see it in blame)
06446b4f08a142d6f1bc30664c47ded88ab51782

0 comments on commit f35296e

Please sign in to comment.