merge-base: teach "git merge-base" to drive underlying merge_bases_many()
commit53eda89b2fe13e974ca85367255f9a5e9ab9171f
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 30 Jul 2008 05:04:14 +0000 (30 07:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Jul 2008 06:17:35 +0000 (29 23:17 -0700)
tree57afda145a29c9076f4e031ec0c3fe5ee71de941
parent1ce4790bf5eeceb212f003fffcb36069c0ebb45e
merge-base: teach "git merge-base" to drive underlying merge_bases_many()

Even though the underlying function for get_merge_bases() can compute
a merge base between one existing commit and another (possibly
nonexistent) commit that would be created by merging many commits,
the facility was not available to git-merge-base.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-merge-base.c
commit.h