git init shared=group with a subdir

2012-11-14 Thread petesea
directory with 2775 permissions, BUT the subdir directory ends up with 755 permissions: $ ls -ld subdir ls: cannot access subdir: No such file or directory $ git init --bare --shared=group subdir/test.git Initialized empty shared Git repository in /tmp/subdir/test.git/ $ ls -ld subdir subdir

Re: git init shared=group with a subdir

2012-11-14 Thread Junio C Hamano
pete...@bigfoot.com writes: $ ls -ld subdir ls: cannot access subdir: No such file or directory $ git init --bare --shared=group subdir/test.git Initialized empty shared Git repository in /tmp/subdir/test.git/ $ ls -ld subdir subdir/test.git drwxr-xr-x 3 pete users 4096 2012-11