On Thu, 2008-10-16 at 21:30 -0700, Junio C Hamano wrote: > Matt McCutchen <matt@xxxxxxxxxxxxxxxxx> writes: > > As I said in my other message, default ACLs do not break git, they only > > break the way git is being tested in t1301-shared-repo.sh . There is no > > cause for concern. > > Is it also true if the default is too tight? Wouldn't that interfere with > the attempt to loosen the permission bits by core.sharedrepository? No. adjust_shared_perm does an explicit chmod, which always sets exactly the requested permissions. A default ACL just replaces the umask in the calculation of a file's *initial* permissions. Matt -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html