In my git repository, I had a file which someone merged by choosing their own version over the master version. He also changed the commit description and deleted the 'Conflicts:' part of its description. Is there any way that I can use git log
or some other git command in order to see for a merge which commits were manually resolved, even though they were deleted from the commit description?
Note that I tried using the -c
option in git diff
and git log
and it did not show the change.
I am attaching a pastebin that shows how to reproduce this: http://pastebin.com/rb75nR5J