[Dnsmasq-discuss] [PATCH 3/6] Tell `git blame` which commits to ignore
'Geert Stappers
stappers at stappers.nl
Sun Oct 23 19:31:48 UTC 2022
From: Geert Stappers <stappers at stappers.nl>
new file: .git-blame-ignore-revs
That file has commit-hash of commit to ignore
and information on how to activate it.
---
.git-blame-ignore-revs | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 .git-blame-ignore-revs
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..29db600
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,9 @@
+#
+# In this file is documented which commits
+# git blame
+# should ignore. To activate it, do
+# git config blame.ignoreRevsFile .git-blame-ignore-revs
+#
+
+# sed --in-place -e 's/[\t ]*$//' src/*.c src/*.h
+023ea4bea87bc4bccb4b7197ced1e604215186c8
--
2.37.2
More information about the Dnsmasq-discuss
mailing list