Skip to content

Commit

Permalink
Added .git-blame-ignore-revs (valkey-io#1010)
Browse files Browse the repository at this point in the history
This file enables developers to ignore the certain revisions in
git-blame. This is quite handy considering there was a commit that
reformatted the large amount of code in valkey.

As a downside, one has to do a manual step for each clone of valkey to
enable this feature. The instructions are available in the file itself.

---------

Signed-off-by: Mikhail Koviazin <[email protected]>
  • Loading branch information
mkmkme authored Sep 11, 2024
1 parent 4033c99 commit c77e8f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.

# Applied clang-format (#323)
c41dd77a3e93e02be3c4bc75d8c76b7b4169a4ce

# Removed terms `master` and `slave` from the source code (#591)
54c97479356ecf41b4b63733494a1be2ab919e17

0 comments on commit c77e8f2

Please sign in to comment.