When I have a merge commit and run git show <commit-ish>
, it shows only the commit log, not the the diffs:
commit c0f50178901e09a1237f7b9d9173ec5d1c4936c
Merge: ed234b ded051
Author: abc
Date: Mon Nov 21 15:56:33 2016 -0800
Merge branch 'abc'
I understand the real commit is in merge log, but I want to save typing. Is there a way to show the diff in one?