Merge branch 'kb/ancestry-path-threedots'
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:56:11 +0000 (15:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:56:11 +0000 (15:56 -0700)
"git log --ancestry-path A...B" did not work as expected, as it did
not pay attention to the fact that the merge base between A and B
was the bottom of the range being specified.

* kb/ancestry-path-threedots:
revision.c: treat A...B merge bases as if manually specified
t6019: demonstrate --ancestry-path A...B breakage

Trivial merge