mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
c77e8f223c
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>
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
# 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
|