Fix crash when reading the empty tree
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 7 May 2006 15:42:37 +0000 (17:42 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 May 2006 20:54:46 +0000 (13:54 -0700)
commitb6c4a480b3161effaa3578df91d8cdc83044d7b6
tree74235c0c92a2f9c4fe3f4b8f74799a2a9e24c37d
parent6d60bbefdc2a42614069024b0a38db8c2de33967
Fix crash when reading the empty tree

cvsimport needs to call git-read-tree without arguments to create an empty
tree.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
read-tree.c