Closed aurelhann closed 1 year ago
I'm not sure what's going on. Sometimes a merge commit can be empty, or sometimes the files can take a while to load in large repos, but that's probably not the case here.
You could try "clear cache and reload" from the view menu.
Also, what version of git do you have installed?
I have already reload , clear cache, reload, restart the app. Nothing happens differently.
Interesting thing. If I push to remote the changes appear again: :shrug:
my version of git
git version 2.39.0
Thanks for the info. I've made some fixes related to matching changed files to commits that aren't in 38.3. Does the beta have the same issue? You can get it at https://gitfiend.com/all-downloads
same with 0.39.3 beta
The command I'm using for loading the changed files in a typical commit is basically:
git log --remotes --name-status --pretty=format:%H --no-merges -n5
If you run that, do you get files for the most recent commit?
I'll try tomorrow
Ok, I've managed to reproduce this just now. Testing a fix for it.
I've just created a new beta which should fix this (v0.40.0): https://gitfiend.com/all-downloads
Work's fine now. Many thanks.
When I'll commit some changes with gitfiend the commit view show me nothing
but git cli says me the real diff
What's happening?
v0.38.3