From: Junio C Hamano Date: Wed, 25 Jan 2006 21:11:38 +0000 (-0800) Subject: combine-diff: extend --cc logic to Octopus. X-Git-Tag: v1.2.0~100^3~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/263eee29e94de935d62c7c4066fcea0ccfbe60b8?hp=263eee29e94de935d62c7c4066fcea0ccfbe60b8 combine-diff: extend --cc logic to Octopus. Santi Bejar points out that a hunk that changes from all the same common parents except one is uninteresting. The earlier round marked changes from only one parent uninteresting, but this also marks hunks that have the same change from all but one parent uninteresting, which is a natural extension of the original idea to Octopus merges. Signed-off-by: Junio C Hamano ---