Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-07-16 23:08:24 +0400
committerJunio C Hamano <gitster@pobox.com>2010-07-16 23:08:27 +0400
commit7a0e4d7c39083e951625e4c3434d05abfea8f5e6 (patch)
tree599abe83d2366065e34df86e7a0ce4f4ceecbfd8 /builtin
parentc008c0ff2087da7b98adfa760247776619b32224 (diff)
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.
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions