get_sha1_1: allow octopus^12 to be properly parsed.
authorJunio C Hamano <junkio@cox.net>
Fri, 3 Feb 2006 07:48:36 +0000 (23:48 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Feb 2006 07:49:44 +0000 (23:49 -0800)
commit0601dbe1784901a43289ff1575d3b8db33a191e1
treecc8dadcf4d7aa1b3f97138f88e7714dbf9c55e3f
parent46dc941246af6e845eb7835afdb8cd20eed835b7
get_sha1_1: allow octopus^12 to be properly parsed.

We probably thought anybody who does more than 9 parents in an
Octopus is insane when this was initially done, but there is no
inherent reason to limit the number of independent topic
branches that happen to mature at the same time.

Our commit-tree allows up to 16 already, so at least we should
prepare to handle what we can produce, if only to be consistent.

Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_name.c