Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Ignore Code style fixes/reformattings in "git blame"
This shows the real change commit when running "git blame" instead of showing the commit where the code style was changed. This needs to be enabled on a per-checkout basis with $ git config blame.ignoreRevsFile .git-blame-ignore-revs See https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
- Loading branch information