Skip to content

Commit

Permalink
[sc-39637] Add .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenGraves committed Oct 23, 2024
1 parent 4a074ff commit cc60287
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Purescript mass formatted with purs-tidy
4a074ff58de8446c9023546ae666400e389d3f38
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ recompilation:
grunt dev
```

# Git Blame Ignore Revs

To ignore certain large commits for git blame purposes, such as changing automatic
formatting, you can add a line to .git-blame-ignore-revs and run

`git config --local blame.ignoreRevsFile .git-blame-ignore-revs`

to set git blame to ignore the SHAs listed in this file.

0 comments on commit cc60287

Please sign in to comment.