If I call git show XYZ
on a merge in the console, I only see the diff of the conflicting files. gitg, and I guess also many other graphical tools, are showing the same diff on selecting a commit. TortoiseGit is showing a diff to each parent instead.
How do I get the output of git show
for a merge in TortoiseGit?
Edit:
By default git
uses the --combined
option on diff
and show
. Tortoise is using -m
as default to display a diff to each parent.