Skip to content

Support ignoring of specified revs #10

@npars

Description

@npars

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions