From: Mark Hills Date: Mon, 5 May 2008 16:46:42 +0000 (+0100) Subject: Be more careful with objects directory permissions on clone X-Git-Tag: v1.5.6-rc0~90 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c904bf392d7621b04c14bb9b2e93c3ed08f7e57b?ds=inline;hp=c904bf392d7621b04c14bb9b2e93c3ed08f7e57b Be more careful with objects directory permissions on clone Honour the setgid and umask when re-creating the objects directory at the destination. cpio in copy-pass mode aims to copy file permissions which causes this problem and cannot be disabled. Be explicit by copying the directory structure first, honouring the permissions at the destination, then copy the files with 0444 permissions. This also avoids bugs in some versions of cpio. Signed-off-by: Mark Hills Signed-off-by: Junio C Hamano ---