commit | c008c0ff2087da7b98adfa760247776619b32224 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jul 12 17:27:46 2010 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 13 13:53:20 2010 -0700 |
tree | 6e31414f8d7a4a04bb85a4e9bcfae77a182f666c | |
parent | 29981380d03ffa63765dbeaea53a7ac9e8d6bc4f [diff] |
diff A...B: give one possible diff when there are more than one merge-base We instead showed a combined diff that explains one of the randomly chosen merge-base as if it were the result of merging all the other merge bases and two tips given, which made no sense at all. An alternative is to simply fail such a request, telling the user that there are criss-cross merges, but it wouldn't be so helpful. Noticed by James Pickens. Signed-off-by: Junio C Hamano <gitster@pobox.com>