diff options
author | Wolfgang Müller | 2021-07-19 16:01:22 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-19 16:01:22 +0200 |
commit | 3da4203054f619a3b2e00e02e8af95cd718ec279 (patch) | |
tree | adabc020f547e4f65857a4f0c45756ca2e03dca0 | |
parent | 7679ab7cb178b4647a47e0c336d552d0bc2f0dd5 (diff) | |
download | git-helpers-3da4203054f619a3b2e00e02e8af95cd718ec279.tar.gz |
README: Link manuals in the script title
This way we do not need a 'See <manual>' line for each item.
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |