mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
8f1e09be16
commit
ca5486d60c
5
.git-blame-ignore-revs
Normal file
5
.git-blame-ignore-revs
Normal file
@ -0,0 +1,5 @@
|
||||
# 2023-04-22: clang-format was run accidentally on a few files.
|
||||
bf347551c99313a4af9c38bdeda9b946c9795945
|
||||
|
||||
# 2023-04-22: Revert bf347551c99313a4af9c38bdeda9b946c9795945.
|
||||
76d6b4591a5a05e43e1a819bf630c0d8ee857a7e
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user