Add missing parameters to submit hook

The submit hook takes --change and --submitter-username arguments. Add
these to the documentation.

Change-Id: I1dd350e2ef526a1dd375c9ee5bde11f5558c4022
1 file changed
tree: 953d56e552eae233309ff05367246dcb709687c9
  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.