I found that the file was changed, but I can't find more detailed information in the commit record。
I have tried git log -p --full-history filepath
, then I got the result below:
commit c59b1cd3a918d2807ed45faf32a7e88e4b3ffc70
Merge: d88b9ab9 b21cca99
Author: someone <someone@gmail.com>
Date: Tue Jan 3 15:59:49 2023 +0800
someone's commit message
commit b21cca99fc39f13364a80db7c4fd086ef5cc860f
Author: me <me@gmail.com>
Date: Fri Dec 30 17:34:15 2022 +0800
my commit message
...
...
other commit record
"b21cca99fc39f13364a80db7c4fd086ef5cc860f" is my commit, it is ok! I can not find any change detail for the file in commit "c59b1cd3a918d2807ed45faf32a7e88e4b3ffc70".
Could anyone tell me what should I do? I'm trying to figure out what happened in the commit "c59b1cd3a918d2807ed45faf32a7e88e4b3ffc70".