blob: 2d702446859aa285959d677eb8d5e04ebf561e19 [file] [log] [blame]
Jakub Kuderski6db40b32023-06-21 16:38:22 -04001# 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)
11be24f0258a520a48555c9baec9d2f737ba1c2ca0
Jakub Kuderski5c869212023-06-23 21:01:38 -040012
13# Switch compiler to LLVM/MLIR formatting style (#14181)
143b652d46e86cd82cc81922a964327b12dc914428