Skip to content

Commit

Permalink
Add compiler code reformatting to .git-blame-ignore-revs (iree-org#…
Browse files Browse the repository at this point in the history
…14212)

With this added the reformatting change will not show up in line
history. This is supported by both `git blame` and GitHub web ui.

If you haven't already, add this file to your git config with:
```shell
git config blame.ignoreRevsFile .git-blame-ignore-revs
```

Issue: iree-org#12866

skip-ci: Dotfile change only.
  • Loading branch information
kuhar authored Jun 24, 2023
1 parent 3b652d4 commit 5c86921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

# Use Black to format Python files (#14161)
be24f0258a520a48555c9baec9d2f737ba1c2ca0

# Switch compiler to LLVM/MLIR formatting style (#14181)
3b652d46e86cd82cc81922a964327b12dc914428

0 comments on commit 5c86921

Please sign in to comment.