Skip to content

Commit b2658b0

Browse files
authored
Add initial .git-blame-ignore-revs file (#933)
This is a currently-empty ignore file for `git blame`. I want to add it now in anticipation of doing some reformatting operations, so that I can add documentation about its use to the contribution guidelines.
1 parent f9969d7 commit b2658b0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.git-blame-ignore-revs

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

Comments
 (0)