Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Log a warning when a hook exits with error status
  Include hook name in error message when logging output failed
  Log a warning when a hook times out
  Use Logger's built-in string formatting

Change-Id: I8dbc6b71eb46adfcd06b0e64684d78d33c327110
tree: 2807350697e4463de19a33877a70894f181f8c76
  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.