Skip to content

Commit f04df29

Browse files
.git-blame-ignore-revs/: Initialize and add rustfmt commit (#2864)
Ignoring certain revisions helps in finding the "correct" commit that touched a file last. For more information, see: https://www.git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
1 parent cee199a commit f04df29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.git-blame-ignore-revs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file contains revisions that are to be ignored by git when running `git blame`.
2+
#
3+
# This does NOT work automatically, you first need to tell Git about this file.
4+
# To do so, run `git config --global blame.ignoreRevsFile .git-blame-ignore-revs`.
5+
# You may want to run this without `--global` if you have a different naming convention for this file in other repositories.
6+
#
7+
# Format with rustfmt
8+
f701b24ec0f99be49444a6e7de950c66b01b2f3f

0 commit comments

Comments
 (0)