From: Paul Mackerras Date: Sun, 17 Jul 2005 07:39:44 +0000 (-0400) Subject: First cut at displaying the diffs for a merge. X-Git-Tag: v0.99.2~46^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e2ed4324b0b99fd3cb93bd14b6e1599c6fcbfe23;hp=e2ed4324b0b99fd3cb93bd14b6e1599c6fcbfe23;p=git.git First cut at displaying the diffs for a merge. We display the files where the child differs from the first parent first in black in the file list window, followed by the second parent in blue, and so on using different colors for each parent (provided you don't have more than 6 parents; if you do we cycle around). ---