Added .git-blame-ignore-revs (#1010)

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 <mikhail.koviazin@aiven.io>
This commit is contained in:
Mikhail Koviazin 2024-09-11 08:50:35 +03:00 committed by GitHub
parent 4033c99ef5
commit c77e8f223c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.git-blame-ignore-revs Normal file
View File

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