Correct tree corruption problems in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 29 Aug 2006 01:43:04 +0000 (21:43 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:11 +0000 (02:15 -0500)
The new tree delta implementation caused blob SHA1s to be used
instead of a tree SHA1 when a tree was written out. This really
only appeared to happen when converting an existing file to a tree,
but may have been possible in some other situations.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found