Merge branch 'kb/ancestry-path-threedots'
commit911439a5aba362add6b672a09afd11706e05aed7
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:56:11 +0000 (2 15:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:56:11 +0000 (2 15:56 -0700)
treeb144f55826bf40fcbc4b6abc67995d582d2689ea
parentaaec1ad08a3a9aa64eb803ac5763dc8820f86498
parenta765499a0884375c47c78d0d1e2926e875074427
Merge branch 'kb/ancestry-path-threedots'

"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