aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3628461..9ee7767 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,12 @@ personal use.
## Scripts
-- git-init-shared: Initialize a bare repo that multiple users have write access
+- [`git-init-shared(1)`](git-init-shared.1): Initialize a bare repo that multiple users have write access
to. This uses `setfacl(1)` and thereby relies on ACL support.
-- git-package: Create an archive of a named tree suitable for distribution. See
- [`git-package(1)`](git-package.1).
-- git-sign-for-cgit: Generate a snapshot and store its signify signature for
+- [`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 signature for
[`cgit`](https://git.zx2c4.com/cgit/about/) using
[`git-notes(1)`](https://git-scm.com/docs/git-notes).
- See [`git-sign-for-cgit(1)`](git-sign-for-cgit.1).
## Installation