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)
commit0ffdbbfe36a25682cbb2e6b18b9217c93c97b424
tree608a7d756ae586e9c40c88d73f9f1bd98f81f2e8
parenta67c1d0809f683e21baa9119f6a356c81b7e30b4
Teach local-fetch about lazy object directories.

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>
local-fetch.c