Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Provide the set of commits to always ignore when using `git blame` on the cmd line.
# git config --global blame.ignoreRevsFile .git-blame-ignore-revs

# Additional useful options to set on your local git config:

# Mark with a `?` any lines that have had a commit ignored.
# git config --global blame.markIgnoredLines true

# Mark with a `*` any lines that were added in an ignored commit and can not be blamed.
# git config --global blame.markUnblamableLines true
Loading