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
Would my assumption be correct that fugitive just displays whatever is output by git blame? So if I'd want to have something like names abbreviated or at least limited to x characters then git would need to support this? Looking at man git-blame I don't think it does.
Why I'm asking this is that the window opened by :Git blame is rather large. And in smaller projects initials would be more than enough. The date is long too, but it seems blame does have a configuration option for modifying that.
The text was updated successfully, but these errors were encountered:
Would my assumption be correct that fugitive just displays whatever is output by
git blame
? So if I'd want to have something like names abbreviated or at least limited to x characters then git would need to support this? Looking at man git-blame I don't think it does.Why I'm asking this is that the window opened by
:Git blame
is rather large. And in smaller projects initials would be more than enough. The date is long too, but it seems blame does have a configuration option for modifying that.The text was updated successfully, but these errors were encountered: