diff options
Diffstat (limited to 'copy-hook')
| -rwxr-xr-x | copy-hook | 6 |
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 | |||
| 3 | for d in *.git; do | ||
| 4 | cp BIN/post-receive-stagit $d/hooks/ | ||
| 5 | chmod +x $d/hooks/post-receive-stagit | ||
| 6 | done | ||
