From: Junio C Hamano Date: Sat, 29 Oct 2005 20:02:18 +0000 (-0700) Subject: Teach local-fetch about lazy object directories. X-Git-Tag: v0.99.9~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0ffdbbfe36a25682cbb2e6b18b9217c93c97b424?hp=0ffdbbfe36a25682cbb2e6b18b9217c93c97b424 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 ---