mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
.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
This commit is contained in:
8
.git-blame-ignore-revs
Normal file
8
.git-blame-ignore-revs
Normal file
@ -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
|
Reference in New Issue
Block a user