A better git blame with --ignore-rev
One of the biggest arguments against running automatic formatters against a codebase is that we lose the benefits that
git blamegives us.Fortunately as of
v2.23,gitgained the ability to ignore specific revisions. This allows us to run our automatic formatters without losing any information
Source: A better git blame with
--ignore-rev.