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 79d97ed commit fe7f533Copy full SHA for fe7f533
.git-blame-ignore-revs
@@ -0,0 +1,10 @@
1
+# Provide the set of commits to always ignore when using `git blame` on the cmd line.
2
+# git config --global blame.ignoreRevsFile .git-blame-ignore-revs
3
+
4
+# Additional useful options to set on your local git config:
5
6
+# Mark with a `?` any lines that have had a commit ignored.
7
+# git config --global blame.markIgnoredLines true
8
9
+# Mark with a `*` any lines that were added in an ignored commit and can not be blamed.
10
+# git config --global blame.markUnblamableLines true
0 commit comments