Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 108 forks source link

Blame no longer works #777

Closed lonix1 closed 3 weeks ago

lonix1 commented 3 weeks ago

After upgrading to the latest stable release 1.4.0, I noticed that the "blame" feature does not work. When clicking that button, it just shows an empty panel.

Is there some config I must change? Was this feature removed?

(I mainly used it to see a single-page view of the file rather than the diff. It was very useful.)

safetycar commented 3 weeks ago

Could it be collapsed between the code and the work files? If that's the case there must be 2 splitters very close together in that zone, try to only move the one closest to the code's scrollbar.

lonix1 commented 3 weeks ago

That wasn't it, but you helped me nonetheless because it forced me to play around with the UI a bit until I solved it. Thanks :smile:

My "solution" was to click on "uncommitted changes" and click the "Blame" button while there. For some reason, that worked.

Then I moved to an old commit, while blame was still active, and it showed the blame info!

Granted, it means there's a bug in there somewhere, but I don't know how to reproduce it, so I'm going to close this issue for now. If anyone else encounters this, we can investigate further.