Add a .git-blame-ignore-revs file.

This prevents large-scale changes (e.g. auto-formatting) from negatively
affecting `git blame`.
This commit is contained in:
Nicholas Nethercote 2023-04-26 16:11:26 +10:00
parent 8f1e09be16
commit ca5486d60c
2 changed files with 9 additions and 0 deletions

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

@ -0,0 +1,5 @@
# 2023-04-22: clang-format was run accidentally on a few files.
bf347551c99313a4af9c38bdeda9b946c9795945
# 2023-04-22: Revert bf347551c99313a4af9c38bdeda9b946c9795945.
76d6b4591a5a05e43e1a819bf630c0d8ee857a7e

View File

@ -15,3 +15,7 @@ run aclocal
run autoheader
run automake -a
run autoconf
# Valgrind-specific Git configuration.
echo "running: git configuration"
git config blame.ignoreRevsFile .git-blame-ignore-revs