Skip to content

Commit

Permalink
chore: add .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
All easy ignoring of key commits around formatting etc.
  • Loading branch information
edalex-ian committed Dec 4, 2024
1 parent fca2d19 commit 5d882e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ignore file for reformats etc
# To use you have to manually specify with either the CLI:
# git blame --ignore-revs-file .git-blame-ignore-revs <rev>
#
# Or configuration
# git config blame.ignoreRevsFile .git-blame-ignore-revs

# initial mega reformat
1ed81e9c52b5bf3436c93272eb23ad8a9f6fccea

# scalafmt 3.8 reformat
fca2d19bd92134957a2b474a128a2aa477c42ae1

0 comments on commit 5d882e8

Please sign in to comment.