commit | 53eda89b2fe13e974ca85367255f9a5e9ab9171f | [log] [tgz] |
---|---|---|
author | Christian Couder <chriscool@tuxfamily.org> | Wed Jul 30 07:04:14 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 29 23:17:35 2008 -0700 |
tree | 57afda145a29c9076f4e031ec0c3fe5ee71de941 | |
parent | 1ce4790bf5eeceb212f003fffcb36069c0ebb45e [diff] |
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>