We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f282eec commit 871dc30Copy full SHA for 871dc30
.git-blame-ignore-revs
@@ -0,0 +1,16 @@
1
+#
2
+# This file lists revisions that should be ignored when considering
3
+# attribution for the actual code written. Code style changes should
4
+# not be considered as modifications with regards to attribution.
5
6
+# To see clean and meaningful blame information.
7
+# $ git blame important.py --ignore-revs-file .git-blame-ignore-revs
8
9
+# To configure git to automatically ignore revisions listed in a file
10
+# on every call to git blame.
11
+# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
12
13
+# Ignore changes introduced when doing global file format changes
14
+
15
+# Switch to uncrustify (#517)
16
+cfd179711f413aa8e0da9c2f437ad4f8938d5f70
0 commit comments