Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .git-blame-ignore-revs to allow ignoring sweeping formatting chan…
…ges (llvm#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> ```
- Loading branch information