# As of git 2.23, git-blame supports ignoring specific commits.  This is useful
# with commits that make bulk formatting changes without truly changing any
# code.
#
# This file lists ignorable commits only
#
# You can use the ignore list file by running:
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# Add new entries by adding the output of the following to the top of the file:
#
# $ git log --pretty=format:"%H # %cd%n# %s" $PGINDENTGITHASH -1 --date=iso

86ef825d746dbe8c5da7b4e8adb3f225a008e983 # 2024-12-19 18:30:32 +0100
# [*] renormalize line endings (#604)

0d5bb373812a4db3aa3b0d6a79a03cf804bd1487 # 2024-12-19 18:02:21 +0100
# [*] renormalize line endings (#604)