aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-16 17:47:38 +0200
committerWolfgang Müller2021-05-16 17:50:29 +0200
commit6f3ea5c43096dd49a3b9d69566c97e70a31745ab (patch)
tree638ece03c8e14527f757c5127c05e7edbba6a4cd /README.md
downloadgit-helpers-6f3ea5c43096dd49a3b9d69566c97e70a31745ab.tar.gz
Initial import
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..01de724
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# git-helpers
+
+This is a collection of miscellaneous helper scripts for anything that has to
+do with [`git(1)`](https://git-scm.com/). These are first and foremost for
+personal use.
+
+## Scripts
+
+- 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-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).