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
Ignore revisions listed in the file, one unabbreviated object name per line, in git-blame[1]. Whitespace and comments beginning with # are ignored. This option may be repeated multiple times. Empty file names will reset the list of ignored revisions. This option will be handled before the command line option --ignore-revs-file.
Huh, not seeing support for this in git2. Unless its a feature we have to implement on top somehow (e.g. checking the Oid and doing a second blame), I'm assuming the best we can do is to just mark the line as unblameable.
Users are able to hide specific commits from blame. I'm guessing
git2
isn't doing that for us and we'll need to implement it ourselves.The text was updated successfully, but these errors were encountered: