author | Christian Couder <chriscool@tuxfamily.org> | |
Wed, 30 Jul 2008 05:04:14 +0000 (07:04 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 30 Jul 2008 06:17:35 +0000 (23:17 -0700) | ||
commit | 53eda89b2fe13e974ca85367255f9a5e9ab9171f | |
tree | 57afda145a29c9076f4e031ec0c3fe5ee71de941 | tree | snapshot |
parent | 1ce4790bf5eeceb212f003fffcb36069c0ebb45e | commit | 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>
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 | diff | blob | history | |
commit.h | diff | blob | history |