commit 235c91ee400e0a0fb7acfb17c3ac6a2ecffb546b
parent 3013db62a64abfdad9e27ad4177c49d4dc17ce37
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 2 Jun 2020 15:37:45 +0300
update
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/post-receive b/post-receive
@@ -2,7 +2,11 @@
# shellcheck source=./config.def
# A post-receive hook to form stagit pages,
-# creating tarballs, reinitializing stagit-index
+# creating tarballs, reinitializing stagit-index.
+#
+# This script can be run for each repository, without
+# pushing, by going to the repository directory and
+# running 'hooks/post-receive'.
# Parse the configuration file
hooksdir=$(readlink -f "$0") hooksdir=${hooksdir%/*}