aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-22 12:54:18 +0200
committerWolfgang Müller2021-05-22 12:54:18 +0200
commit8643238ec04da8d0bda46cb06ecd29dc88f9d243 (patch)
treee43ab9adb83bde8ac2f51a80eabbf91d421f72e8 /README.md
parentb4bcd4e667ae767b3736494b188523a5590b7f26 (diff)
downloadgit-helpers-8643238ec04da8d0bda46cb06ecd29dc88f9d243.tar.gz
Add git-package(1)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01de724..e0c670c 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ personal use.
- git-init-shared: 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
[`cgit`](https://git.zx2c4.com/cgit/about/) using
[`git-notes(1)`](https://git-scm.com/docs/git-notes).