Commit Graph

1 Commits (af54d278203625b6e58f86ad51856b3412d2d301)

Author SHA1 Message Date
Quinn Dawkins 1d6aca3823
Add .git-blame-ignore-revs to allow ignoring sweeping formatting changes (#2823)
This allows the following command to be used to ignore sweeping
formatting changes.

```
git blame --ignore-revs-file .git-blame-ignore-revs <file_of_interest>
```
2024-01-29 10:29:51 -08:00