[PATCH 2/2] revision.c: treat A...B merge bases as if manually specified

2013-05-13 Thread Kevin Bracey
The documentation assures users that A...B is defined as A B --not $(git merge-base --all A B). This wasn't in fact quite true, because the calculated merge bases were not sent to add_rev_cmdline(). The main effect of this was that although git rev-list --ancestry-path A B --not $(git

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

2013-05-13 Thread Junio C Hamano
Looks good. Thanks. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html