Re: [PATCH] rev-list: Demonstrate breakage with --ancestry-path --all
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:55
Brad King [off-list ref] writes:
The option added by commit ebdc94f3 (revision: --ancestry-path,
2010-04-20) does not work properly in combination with --all, at least
in the case of a criss-cross merge:
b---bc
/ \ /
a X
\ / \
c---cb
Hmm, what should --ancestry-path do given more than one positive commit to
begin with, let alone --all? I do not think the request itself does not
make sense.