19 lines
715 B
Plaintext
19 lines
715 B
Plaintext
# Since version 2.23 (released in August 2019), git-blame has a feature
|
|
# to ignore or bypass certain commits.
|
|
#
|
|
# This file contains a list of commits that are not likely what you
|
|
# are looking for in a blame, such as mass reformatting or renaming.
|
|
# You can set this file as a default ignore file for blame by running
|
|
# the following command.
|
|
#
|
|
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
|
|
#
|
|
# remove trailing whitespace
|
|
644a0b80c8e69ede97a083069c1a1f3c44e1c76e
|
|
# arithmetic expansion in system tests
|
|
6f07ba6b7d29b2980657156472e6c8d25efed6f4
|
|
# arithmetic expansion in system tests
|
|
e577b1eca70856b816ffa36199f14078e4b76b58
|
|
# subshell notation in system tests
|
|
59e5fa42179366049fb31265532d504208f0329f
|