tags 768359 + upstream patch fixed-upstream quit Hi,
anatoly techtonik wrote: > git clone unconditionally creates main dir with 755 > mode ignoring ACL and POSIX permissions if they > are different. > > More info here: > https://stackoverflow.com/questions/10637416/git-clone-respects-umask-except-for-top-level-project-directory > > Fix is available in 1.7.11.3 commit Thanks for a clear report. [...] > Severity: important Can you say a little more about this? The old behavior of using (0755 & ~umask) instead of (0777 & ~umask) wouldn't be a security problem, making a worktree shared within a group tends to require writing the setgid ("sticky") bit anyway, and using chmod once works as a workaround. So it seems like a normal bug, instead of one with a major effect on usability. That said, if I have missed something that makes this a more major problem (e.g., if it breaks some other tool in wheezy) then I'd be happy to apply the fix. Thanks, Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org