Reword documentation of ref-update and commit-received hooks

There has been confusion about the purpose of these hooks. Rewrite
the documentation to hopefully make it clearer.

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