Jakub Kuderski | 6db40b3 | 2023-06-21 16:38:22 -0400 | [diff] [blame] | 1 | # This file contains the list of commits to exclude from 'git blame'. |
| 2 | # Such commits do not meaningfully contribute to git history, and include |
| 3 | # large-scale mechanical changes like code formatting style changes. |
| 4 | # |
| 5 | # To set this file as the default ignore file for 'git blame', run: |
| 6 | # ```shell |
| 7 | # git config blame.ignoreRevsFile .git-blame-ignore-revs |
| 8 | # ``` |
| 9 | |
| 10 | # Use Black to format Python files (#14161) |
| 11 | be24f0258a520a48555c9baec9d2f737ba1c2ca0 |
Jakub Kuderski | 5c86921 | 2023-06-23 21:01:38 -0400 | [diff] [blame] | 12 | |
| 13 | # Switch compiler to LLVM/MLIR formatting style (#14181) |
| 14 | 3b652d46e86cd82cc81922a964327b12dc914428 |