Skip to content

Commit

Permalink
Add .git-blame-ignore-revs (#129)
Browse files Browse the repository at this point in the history
- Ignore code formatting from #125
  • Loading branch information
F3Joule committed Aug 9, 2022
1 parent bc60d71 commit dfe24d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# You can easily exclude big automated code changes by running
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# in your local repository. It will work also in IDE integrations.
#
# On versions of Git 2.20 and later comments (#), empty lines, and any leading and
# trailing whitespace is ignored. Everything but a SHA-1 per line will error out on
# older versions.
#
# You should add new commit hashes to this file when you create or find such big
# automated refactorings while reading code history. If you only know the short hash,
# use `git rev-parse 1d5abf01` to expand it to the full SHA1 hash needed in this file.

fbe35bae2ab729405a241bbe65b5740ebb29b63b # Run cargo fmt on the social pallets (#125)

0 comments on commit dfe24d6

Please sign in to comment.