Skip to content

Commit

Permalink
.git-blame-ignore-revs/: Initialize and add rustfmt commit (#2864)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thomaseizinger committed Sep 4, 2022
1 parent cee199a commit f04df29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .git-blame-ignore-revs
@@ -0,0 +1,8 @@
# This file contains revisions that are to be ignored by git when running `git blame`.
#
# This does NOT work automatically, you first need to tell Git about this file.
# To do so, run `git config --global blame.ignoreRevsFile .git-blame-ignore-revs`.
# You may want to run this without `--global` if you have a different naming convention for this file in other repositories.
#
# Format with rustfmt
f701b24ec0f99be49444a6e7de950c66b01b2f3f

0 comments on commit f04df29

Please sign in to comment.