git blame
# ignoreRevsFile
See also blame.ignoreRevsFile
- Git blame will ignore the revisions listed in this file.
- Put one unabbreviated commit sha per line. You can use comments (with
#
) to explain the commit. - This is useful for commits that are code style changes only.