chore: Improve attribution by ignoring bulk formatting by jcfr · Pull Request #518 · cppcheck-opensource/simplecpp
This file lists revisions that should be ignored when considering attribution for the actual code written. Code style changes should not be considered as modifications with regards to attribution. To see clean and meaningful blame information. ``` $ git blame important.py --ignore-revs-file .git-blame-ignore-revs ``` To configure git to automatically ignore revisions listed in a file on every call to git blame. ``` $ git config blame.ignoreRevsFile .git-blame-ignore-revs ```
jcfr
deleted the
add-git-blame-ignore-revs
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters