Add a testcase for ACL with restrictive umask.
commit7aba6185d55e06db3f3ef18daa63baf3821e5030
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Mon, 22 Feb 2010 22:32:11 +0000 (22 23:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Feb 2010 23:24:45 +0000 (22 15:24 -0800)
tree77094b5dd2cf3626a53ce776711e9548ab593755
parente923eaeb901ff056421b9007adcbbce271caa7b6
Add a testcase for ACL with restrictive umask.

Right now, Git creates unreadable pack files on non-shared
repositories when the user has a umask of 077, even when the default
ACLs for the directory would give read/write access to a specific
user.

Loose object files are created world-readable, which doesn't break ACLs,
but isn't necessarily desirable.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1304-default-acl.sh [new file with mode: 0755]