Git does not show changes

Have a nice day guys and sorry for an off-topic question. Is there any possible cause for a file in a commit does not show its changes after merging? I merged a request that had a file X updated some code. After merging using Gitlab, the file X 'magically' lose some of its code but does not show the changes on Git GUIs like Source Tree, Fork or even Gitlab. I could only track the changes via git diff command.
2 Replies
WEIRD FLEX
WEIRD FLEX6mo ago
are you sure those changes were not already present in a merged commit? have you tried a git blame on the file?
thevoncarstein
thevoncarstein6mo ago
Wow, good catch! Thank you a lot!