git-who
git-who copied to clipboard
Support ignoring of specified revs
Git blame supports ignoring specific revisions via a blame.ignoreRevsFile configuration or the --ignore-revs-file flag.
Github also supports this behaviour by including a file with the exact name .git-blame-ignore-revs. See: Ignore commits in the blame view
This can be useful for ignoring revs where a large number of automated changes occurred (like a mass reformat).
It would be nice if git-who respected these files, either via checking the git config, a cli flag, or by defaulting to the same file as Github.