My change got dropped in one of the files in a Git develop branch. I used the below command to check on which commit in the develop branch the changes got dropped:
git log -p <filename>
But the output is not showing clearly which commit to develop has broken it.