diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ personal use. ## Scripts -- [`git-init-shared(1)`](git-init-shared.1): Initialize a bare repo that multiple users have write access +- [`git-init-acl(1)`](git-init-acl.1): Initialize a bare repo that multiple users have write access to. This uses `setfacl(1)` and thereby relies on ACL support. - [`git-package(1)`](git-package.1): Create an archive of a named tree suitable for distribution. - [`git-sign-for-cgit(1)`](git-sign-for-cgit.1): Generate a snapshot and store its [signify](https://www.openbsd.org/papers/bsdcan-signify.html) signature for |