doc: git doesn't use git-foo invocations.
[guilt.git] / Documentation / hooks.txt
blobf5776b02ca7a3bcb1ba4b8d3cb8efd07da276de4
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         linkguilt:guilt-delete[1].