aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWolfgang Müller2022-03-03 15:15:19 +0100
committerWolfgang Müller2022-03-03 15:15:19 +0100
commit92ba675e4bffaca19af1d354783c33b0d9dca069 (patch)
tree08e1d05dc899eb85829c555b4949ddaea79ac553 /README.md
parent65e9587af04fcae23c9d0cf37f185b7555435256 (diff)
downloadgit-helpers-trunk.tar.gz
Rename git-init-shared(1) to git-init-acl(1)HEADtrunk
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60d06d5..1e3fb33 100644
--- a/README.md
+++ b/README.md
@@ -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