]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add a git-blame-ignore-revs file
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 28 Jan 2023 20:30:24 +0000 (20:30 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Mar 2023 02:02:51 +0000 (02:02 +0000)
'git blame' can ignore certain revisions when annotating, e.g. revisions that just reformatting.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Mar  3 02:02:51 UTC 2023 on atb-devel-224

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

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644 (file)
index 0000000..d3323db
--- /dev/null
@@ -0,0 +1,9 @@
+# This file contains a list of git revisions that "git blame" should ignore.
+# It's mostly useful to ignore commits that just do reformatting.
+
+# See https://michaelheap.com/git-ignore-rev/
+
+# To use locally, run:
+# git config --global blame.ignoreRevsFile .git-blame-ignore-revs
+
+bfa9624946a35e5645effbb20e02abba2c34a8c2