summaryrefslogtreecommitdiff
path: root/builtin-ls-files.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-07-16 19:08:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-07-16 19:08:27 (GMT)
commit7a0e4d7c39083e951625e4c3434d05abfea8f5e6 (patch)
tree599abe83d2366065e34df86e7a0ce4f4ceecbfd8 /builtin-ls-files.c
parentc008c0ff2087da7b98adfa760247776619b32224 (diff)
downloadgit-7a0e4d7c39083e951625e4c3434d05abfea8f5e6.zip
git-7a0e4d7c39083e951625e4c3434d05abfea8f5e6.tar.gz
git-7a0e4d7c39083e951625e4c3434d05abfea8f5e6.tar.bz2
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-ls-files.c')
0 files changed, 0 insertions, 0 deletions