Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: git blame became more difficult with clang-format change
Solution: let git ignore that commit when blame is ran. Requires to set a git config: git config blame.ignoreRevsFile .git-blame-ignore-revs Or to pass --ignore-revs-file .git-blame-ignore-revs to git blame.
- Loading branch information