Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873ae73 commit 9a8bf09Copy full SHA for 9a8bf09
.git-blame-ignore-revs
@@ -0,0 +1,12 @@
1
+# Since version 2.23 (released in August 2019), git-blame has a feature
2
+# to ignore or bypass certain commits.
3
+#
4
+# This file contains a list of commits that are not likely what you
5
+# are looking for in a blame, such as mass reformatting or renaming.
6
+# You can set this file as a default ignore file for blame by running
7
+# the following command.
8
9
+# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
10
+
11
+# Enforce code consistency with clang-format (#3125)
12
+873ae7305f07a3a1493249148c1d0f0a0407f797
0 commit comments