aboutsummaryrefslogtreecommitdiff
path: root/copy-hook
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-07 22:17:35 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-07 22:17:35 +0200
commitfbea748c39fdc346612e7b4f18d3518f55cc8424 (patch)
tree89554aaf9223a587adc4ed7e3303417c6c81dcca /copy-hook
parent6ed532078680a6735811aa40a3b41c2a77c0da42 (diff)
downloadgit-hooks-fbea748c39fdc346612e7b4f18d3518f55cc8424.tar.gz
git-hooks-fbea748c39fdc346612e7b4f18d3518f55cc8424.zip
Fixes
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