Murmele / Gittyup

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

Double tree does not show diff anymore #685

Closed thehrlein closed 5 months ago

thehrlein commented 5 months ago

I was using gittyup for a while without any issue, but since 2 days I am missing the diff window. I am using Double Tree View and only see stages files and unstaged files, but I don't see any change that was made in the files

How can I bring back the window to see the changes in the file?

Murmele commented 5 months ago

Hi, can you show how it looks now?

thehrlein commented 5 months ago
Bildschirmfoto 2024-01-18 um 15 01 31
Murmele commented 5 months ago

I think it is just hidden. Which version are you using? Can you update to the latest stable release? There something is implemented so that this cannot happen.

Which OS are you using? If this did not help, you have to delete the config file then it should appear again

https://github.com/Murmele/Gittyup/blob/fbb4867afae50e59e6bff92fb1a9f1347bd03594/src/ui/DoubleTreeWidget.cpp#L210-L223

thehrlein commented 5 months ago

PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy

Version: v1.3.0 - 2023-04-20

Where do I find the config?

Murmele commented 5 months ago

Can you install once the development version? I have to check if the fix is only in the dev version or also in the stable.

thehrlein commented 5 months ago

Installed the development version (flatpak) and with this I see the diff window again :)

Murmele commented 5 months ago

Great. :) then the fix was introduced after 1.3.0 😄