Git Tips Slides
PageUp x2: previous · PageDown x2: next · Home: index

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.