When doing a Gblame, many lines may refer to the same commit. rather than shelling out to git every time, consider caching the messages in a dict locally.
Not sure if there's a significant performance change from doing this or not, but thought I'd throw it out there.
When doing a
Gblame
, many lines may refer to the same commit. rather than shelling out to git every time, consider caching the messages in a dict locally.Not sure if there's a significant performance change from doing this or not, but thought I'd throw it out there.