init: honor a global/system guilt.autotag config option
[guilt.git] / Documentation / hooks.txt
blob7452d258d3e26a123e54c4fc063c47695b134d3b
1 HOOKS DIRECTORY
2 ---------------
4 Guilt follows the same basic design of hooks in Git itself. All Guilt hooks
5 are executable files (generally shell scripts, but they can be anything the
6 operating system can execute) in .git/hooks/guilt/.
8 The following hooks are supported:
10 delete <patch name>::
11         Executed when a patch is deleted from the patch series via
12         guiltlink:guilt-delete[1].