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
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
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').
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.