We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51e979e + b2658b0 commit f8b8e59Copy full SHA for f8b8e59
1 file changed
.git-blame-ignore-revs
@@ -0,0 +1,10 @@
1
+# git-blame can be instructed to ignore certain commits, which is useful to do
2
+# for commits that only involve large refactoring and reformatting operations.
3
+# The format of this file is one full 40-character commit hash (SHA-1) per line.
4
+# Blank lines and comments (such as this) are allowed.
5
+#
6
+# Usage: run the following command to configure git to use this file as a
7
+# default ignore file for git blame:
8
9
+# git config blame.ignoreRevsFile .git-blame-ignore-revs
10
0 commit comments