We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3807a87 commit d642f5eCopy full SHA for d642f5e
.git-blame-ignore-revs
@@ -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