aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2021-07-19 16:04:45 +0200
committerWolfgang Müller2021-07-19 16:04:45 +0200
commit65e9587af04fcae23c9d0cf37f185b7555435256 (patch)
tree5db0ee4adf3bc528a7d218642c8cf67d9e60a1e5
parent3da4203054f619a3b2e00e02e8af95cd718ec279 (diff)
downloadgit-helpers-65e9587af04fcae23c9d0cf37f185b7555435256.tar.gz
README: Link more information on signify(1)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ee7767..60d06d5 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ personal use.
- [`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(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
+- [`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
[`cgit`](https://git.zx2c4.com/cgit/about/) using
[`git-notes(1)`](https://git-scm.com/docs/git-notes).