cogito: understand permissions written as "100755"
[cogito.git] / Documentation / hooks.txt
blob8265d25eea8135b05ffd223acfba3a051a5fff49
1 Hooks cogito cares about
2 ========================
3 Nico Schottelius <nico-linux-git //@\\ schottelius.org>
4 v0.1, initial version written on 2006-07-28
7 This document describes which hooks cogito cares about and
8 when it executes them.
10 Introduction
11 ------------
12 This file is currently not listing all hooks. I am currently
13 finding them by grep'ing them out of cogito-scripts:
14 `grep -i hooks *`. As soon as the listing is complete, this intro
15 will vanish.
17 Hooks
18 -----
19 All hooks can be found below ".git/hooks". Always remember: A hook
20 will only be called it it has the x-bit set (chmod 0755 .git/hook/'name').
22 update
23 ~~~~~~
24 This hook will be called by `cg-push` on the *remote* side. You could
25 use it for mailing out information about the latest update.