Include 'submit' hook in listing of hooks run synchronously

Appears to be omitted on config.md - see the hooks.md where this is listed
as hook with an ability to prevent a submit, before this has happened.

Change-Id: I446f05c1f2372c92b3bb3dcf2d81a64958c2c3b6
1 file changed
tree: 4450da8bc59c418e33fb829795ee38b039572b23
  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.