Skip to content
Merged
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 @@
# git-blame can be instructed to ignore certain commits, which is useful to do
# for commits that only involve large refactoring and reformatting operations.
# The format of this file is one full 40-character commit hash (SHA-1) per line.
# Blank lines and comments (such as this) are allowed.
#
# Usage: run the following command to configure git to use this file as a
# default ignore file for git blame:
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs
#
Loading