Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This cleans up 'git blame' by automatically skipping commits that just reformatted code using clang-format. The name of the ignore- file isn't standard, but it seems to be the convention. To use this, you'll have to adapt your git config like so: git config --global blame.ignoreRevsFile .git-blame-ignore-revs git config --global blame.markIgnoredLines true The first config enables the usage of the ignore file by default, the second one marks blame-lines with a '?' if they skipped one or more commits.
- Loading branch information