Clean-up read-tree error condition.
commita9ab2009dbbf769aadd52957950c1bad60a0c8fd
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Aug 2007 02:24:08 +0000 (16 19:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Aug 2007 04:19:06 +0000 (16 21:19 -0700)
treeecd30e7b8c3e398695038858aff9db78433d4532
parentd1d028ea16af27158f5d77154cfa60dbd9143314
Clean-up read-tree error condition.

This is a follow-up to f34f2b0b; list_tree() function is where it
first notices that the command line fed too many trees for us to
handle, so move the error exit message to there, and raise the
MAX_TREES to 8 (not that it matters very much in practice).

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-read-tree.c