Skip to content

Commit fe7f533

Browse files
committed
CSHARP-5593: Add .git-blame-ignore-revs file
1 parent 79d97ed commit fe7f533

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.git-blame-ignore-revs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)