Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  More logging improvements to help tracking down hook problems
  Clarify usage of logging set-level command in documentation
  Update debug documentation to enable debugging for the whole package

Change-Id: I9d345784c32e4c682ea8110af9323934d8c2ce52
tree: f3cf950deab3eb5908f65ddcfeb6ab24a8a09d94
  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.