You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File .git-blame-ignore-revs contains a list of revisions to use for
ignoring in blame. Example:
$ git blame FILE --ignore-revs-file .git-blame-ignore-revs
Also you can configure git to automatically ignore revisions listed
in a file on every call to git blame:
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
Requirements: Git >=2.23
0 commit comments