aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorLines
2022-03-03Rename git-init-shared(1) to git-init-acl(1)Wolfgang Müller-3/+3
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.
2021-07-19Add manual for git-init-shared(1)Wolfgang Müller-2/+2
2021-07-17Add rudimentary MakefileWolfgang Müller-0/+7
With the addition of another manual it is high time we add a convenient way of installing both the tools and the manuals.