commit-tree: do not overflow MAXPARENT
authorJunio C Hamano <junkio@cox.net>
Fri, 22 Dec 2006 07:49:13 +0000 (23:49 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 22 Dec 2006 07:49:13 +0000 (23:49 -0800)
We have a static allocation of MAXPARENT, but that limit was not
enforced, other than by a lucky invocation of the program segfaulting.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found