git-clone: fix local clone
authorJunio C Hamano <junkio@cox.net>
Sat, 5 Nov 2005 19:44:35 +0000 (11:44 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 5 Nov 2005 19:44:35 +0000 (11:44 -0800)
If we let cpio to create the leading directories implicitly,
it ends up having funny perm bits (GNU cpio 2.5 and 2.6, at least).
This leaves .git/object/?? directories readable only by the owner.

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