Show change of merge commit
This shows no changes for merge commits:
git show <commit-hash>
Use:
git show -m <commit-hash>
The output of the command above has several parts: one part for each parent commit.
This shows no changes for merge commits:
git show <commit-hash>
Use:
git show -m <commit-hash>
The output of the command above has several parts: one part for each parent commit.