diff A...B: do not limit the syntax too narrowly
commit7a0e4d7c39083e951625e4c3434d05abfea8f5e6
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Jul 2010 19:08:24 +0000 (16 12:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Jul 2010 19:08:27 +0000 (16 12:08 -0700)
tree599abe83d2366065e34df86e7a0ce4f4ceecbfd8
parentc008c0ff2087da7b98adfa760247776619b32224
diff A...B: do not limit the syntax too narrowly

Earlier we tried to make sure that the trees we get are what A...B
syntax produced, by checking that earlier ones are all marked
uninteresting (which has to be true as they are merge bases),
there are two remaining ones that are interesting, and they are
marked as non-symmetric-left and symmetric-left respectively.

The "the last two must be interesting" condition is however wrong when one
is an ancestor of the other between A and B (i.e. fast-forward).  In such
a case, one of them is marked uninteresting.
builtin-diff.c