]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a .git-blame-ignore-revs file.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 26 Apr 2023 06:11:26 +0000 (16:11 +1000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 26 Apr 2023 06:54:15 +0000 (16:54 +1000)
This prevents large-scale changes (e.g. auto-formatting) from negatively
affecting `git blame`.

.git-blame-ignore-revs [new file with mode: 0644]
autogen.sh

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644 (file)
index 0000000..d0d7ea1
--- /dev/null
@@ -0,0 +1,5 @@
+# 2023-04-22: clang-format was run accidentally on a few files.
+bf347551c99313a4af9c38bdeda9b946c9795945
+
+# 2023-04-22: Revert bf347551c99313a4af9c38bdeda9b946c9795945.
+76d6b4591a5a05e43e1a819bf630c0d8ee857a7e
index 117462c7ffdc340972417c6793a9c1a17d65edee..27f54f7d626d007a48b75cdf53e8621518da3ae2 100755 (executable)
@@ -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