aboutsummaryrefslogtreecommitdiff
path: root/copy-hook
diff options
context:
space:
mode:
Diffstat (limited to 'copy-hook')
-rwxr-xr-xcopy-hook6
1 files changed, 6 insertions, 0 deletions
diff --git a/copy-hook b/copy-hook
new file mode 100755
index 0000000..a88a58d
--- /dev/null
+++ b/copy-hook
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3for d in *.git; do
4 cp BIN/post-receive-stagit $d/hooks/
5 chmod +x $d/hooks/post-receive-stagit
6done

Generated with cgit - Back to sebastiano.tronto.net