I'm trying to solve a git mystery. A commit made on a feature branch that had been merged to qa unexpectedly showed up on master. The developer who last pushed to master says they did not merge qa or the feature branch into master before pushing. I also do not see a merge commit that says "Merge branch 'qa' into 'master'.
Is there a git command that will show the merge history for a single commit?