author | Junio C Hamano <gitster@pobox.com> | |
Fri, 17 Aug 2007 02:24:08 +0000 (19:24 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 17 Aug 2007 04:19:06 +0000 (21:19 -0700) | ||
commit | a9ab2009dbbf769aadd52957950c1bad60a0c8fd | |
tree | ecd30e7b8c3e398695038858aff9db78433d4532 | tree | snapshot |
parent | d1d028ea16af27158f5d77154cfa60dbd9143314 | commit | diff |
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>
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 | diff | blob | history |