Add new test to ensure git-merge handles more than 25 refs.
commit5948e2ae27d936f7737f4d7433ca6c0b879fe4c8
authorMiklos Vajna <vmiklos@frugalware.org>
Fri, 27 Jun 2008 17:06:26 +0000 (27 19:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2008 05:45:51 +0000 (30 22:45 -0700)
tree7fd2857a31fb6c6fbcda2a4951d8bfd932e6f6bd
parent5240c9d75d8e1b747da427ba6320432d3201168a
Add new test to ensure git-merge handles more than 25 refs.

The old shell version handled only 25 refs but we no longer have this
limitation. Add a test to make sure this limitation will not be
introduced again in the future.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7602-merge-octopus-many.sh [new file with mode: 0755]