Murmele / Gittyup

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

After push, selecting files unstaged files does not display any diffs #577

Open MarcelInTO opened 1 year ago

MarcelInTO commented 1 year ago

Seen in v1.3.0 for Windows:

1) Have multiple unstaged files with changes 2) Select some (but not all of them) and stage them 3) Commit them 4) Push 5) Note that you are now in a state where clicking on any unstaged file or folder does not show you any diffs 6) Select "Uncomitted changes" 7) Note that now selecting unstaged files displays diffs as expected

As a user, I would prefer that after a push, either the "uncomitted changes" is automatically selected, or even if it is not selected, clicking on unstaged files still displays the diffs as usual.

Murmele commented 1 year ago

Hi @MarcelInTO can you test with the latest nightly? Might be solved with this: https://github.com/Murmele/Gittyup/pull/534

MarcelInTO commented 1 year ago

I tried the latest dev build and it also behaves the way described above.

Murmele commented 1 year ago

Thanks for testing!