git-who icon indicating copy to clipboard operation
git-who copied to clipboard

Support ignoring of specified revs

Open npars opened this issue 9 months ago • 0 comments

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.

npars avatar Mar 19 '25 12:03 npars