How to verify a git merge contains no extra changes?
问题 In git, how do I verify that a merge upstream master commit does not contain any additional diffs? Say I want to verify that the person didn't do anything 'sneaky' besides actually merge the changes from the upstream master branch. I want to verify that the only diffs come from the other commits they made; that they did not perform an 'evil merge'. Is there a way to verify that no additional changes were made during the merge step? Or better yet: show me the potential 'evil merge' diffs so I