Teach local-fetch about lazy object directories.
authorJunio C Hamano <junkio@cox.net>
Sat, 29 Oct 2005 20:02:18 +0000 (13:02 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 29 Oct 2005 20:02:18 +0000 (13:02 -0700)
The latest init-db does not create .git/objects/??/ directories
anymore and expects the users of the repository to create them
as they are needed. local-fetch was not taught about it, which
broke local cloning with Cogito.

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