Make git log «file» show merge commits

Try adding the --simplify-merges flag. Despite sounding like an option that would remove merges from the log, it actually adds them in many cases.

Taken from this answer.