Start the merge diff from the merge base.
Created by: arthurschreiber
This shows correct merge diffs, exactly in the way git will later handle merges.
The previous method sometimes showed changes in the diff that were just wrong.
(Basically, the diff shows now the output of git diff target_branch…source_branch
).