Fix syntax errors
[gitolite-hooks.git] / README.md
1 CTPUG gitolite hooks
2 ====================
3
4 This repository is to track the various git hooks used by the CTPUG git infrastructure.
5
6 We don't use the gitolite hooks via admin option, because it requires a less standard
7 config.
8
9 These hooks are not automatically installed / deployed - that requires manual intervention
10 on the actual server.
11
12 Hooks
13 -----
14
15 ### irker
16
17 This handles posting commit messages to IRC via irker.
18
19 ### slack
20
21 This handles posting commit messages to Slack using the slack webhook interface
22
23 ### post-receive
24
25 This is the global post-receive hook that dispatches messages to the appropriate
26 notifiers if the config option is specified.
27
28 Scripts
29 ------
30
31 ### check-deploy
32
33 This can be run on the server to report any outdated hooks.
34
35 check-deploy asumes that the hooks repo is checked out on the server to ~/local/gitolite-hooks
36
37
38 Run
39 `gitolite setup -ho`
40 as the git user to setup any new hooks correctly.