Update debug documentation to enable debugging for the whole package

Instead of only enabling for the HookTask class, enable for the whole
hooks package.

Change-Id: I33503f6185f07945f88b6de7a7aab4eaa509fbbf
1 file changed
tree: 8c3333d2e492d53a83d5a20388cf6dbc466e3bcb
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Hooks plugin

Gerrit does not support the standard server-side git hooks in the repositories it manages.

This plugin adds support for custom hooks that can be run instead. Refer to the configuration documentation and list of supported hooks for details.