-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request