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
I was first going to respond that this request is illogical, because git-blame only works on individual commits; however, after further consideration of what you might have intended, I think you're referring to diffs between ranges of commits, where the blame output is nontrivial... however, it is probably better implemented first as an extension to git-blame rather than glued onto tig.
Sometimes (for example when porting) it's useful to see a
blame
view for adiff
output. It could be cool iftig
supports this mode.Also, this could be useful in commit view -- if user will be able to toggle viewing commit diff and blamed commit diff.
The text was updated successfully, but these errors were encountered: