Skip to content

Commit d642f5e

Browse files
Exclude big changes from file annotations (paritytech#10588)
1 parent 3807a87 commit d642f5e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.git-blame-ignore-revs

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# You can easily exclude big automated code changes by running
2+
#
3+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
4+
#
5+
# in your local repository. It will work also in IDE integrations.
6+
#
7+
# On versions of Git 2.20 and later comments (#), empty lines, and any leading and
8+
# trailing whitespace is ignored. Everything but a SHA-1 per line will error out on
9+
# older versions.
10+
#
11+
# You should add new commit hashes to this file when you create or find such big
12+
# automated refactorings while reading code history. If you only know the short hash,
13+
# use `git rev-parse 1d5abf01` to expand it to the full SHA1 hash needed in this file.
14+
15+
1d5abf01abafdb6c15bcd0172f5de09fd87c5fbf # Run cargo fmt on the whole code base (#9394)

0 commit comments

Comments
 (0)