aboutsummaryrefslogtreecommitdiffstats
path: root/git-init-acl (follow)
Commit message (Collapse)AuthorAgeLines
* git-init-acl: Set ACL mask to rwXHEADtrunkWolfgang Müller11 days-3/+4
| | | | | | | | | | The ACL mask denotes the maximum access rights that can be granted by ACL entries. Not recalculating it means that we end up with an incorrect mask of r--, denying write permission for users other than the owner even though ACL entries exist for them. Explicitly set the mask and default directory mask to rwX such that we end up with rw- on files and rwx on directories.
* Rename git-init-shared(1) to git-init-acl(1)Wolfgang Müller2022-03-03-0/+36
We have always felt that the name of this program was too close to the invocation of 'git init --shared' which does something similar. Make it clear in the name that we're working with POSIX ACLs instead of normal permission sets as 'git init --shared' does.