Re: [PATCH v3 10/9] revision.c: treat A...B merge bases as if manually specified

2013-05-07 Thread Kevin Bracey
On 07/05/2013 00:24, Junio C Hamano wrote: Kevin Bracey writes: The documentation assures users that "A...B" is defined as 'r1 r2 --not $(git merge-base --all r1 r2)'. This isn't in fact quite true, because the calculated merge bases are not sent to add_rev_cmdline(). We want the commands to

Re: [PATCH v3 10/9] revision.c: treat A...B merge bases as if manually specified

2013-05-06 Thread Junio C Hamano
Kevin Bracey writes: > The documentation assures users that "A...B" is defined as 'r1 r2 --not > $(git merge-base --all r1 r2)'. This isn't in fact quite true, because > the calculated merge bases are not sent to add_rev_cmdline(). We want the commands to be able to tell which ones in revs->pend