gitk: Use git-diff-tree --cc for showing the diffs for merges
authorPaul Mackerras <paulus@samba.org>
Mon, 6 Feb 2006 22:13:52 +0000 (09:13 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 6 Feb 2006 22:13:52 +0000 (09:13 +1100)
This replaces a lot of code that used the result from several 2-way
diffs to generate a combined diff for a merge.  Now we just use
git-diff-tree --cc and colorize the output a bit, which is a lot
simpler, and has the enormous advantage that if the diff doesn't
show quite what someone thinks it should show, I can deflect the
blame to someone else. :)

Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found