Improve hook debug documentation

- Mention that non-zero exit codes and timeouts are always logged
  at error level.

- Clarify that all hook output, both on stdout and stderr, is logged
  at debug level.

Change-Id: I92acf1e58a4c8b52b8c16f0e587a1f0d1a963ac0
1 file changed
tree: e626f3766f02a2f0082fab27296d31402344284f
  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.