Add documentation of plugin-based commit validation

Change-Id: Ifb78f5cb33a46a6702ac11e837152e841dc29c91
This commit is contained in:
David Pursehouse 2013-02-22 15:49:03 +09:00
parent bda961379c
commit ec31ddf545
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,18 @@
Gerrit Code Review - Commit Validation
======================================
Gerrit supports link:dev-plugins.html[plugin-based] validation of
uploaded commits.
This allows plugins to perform additional validation checks against
uploaded commits, and send back a warning or error message to the git
client.
To make use of this feature, a plugin must implement the `CommitValidationListener`
interface.
GERRIT
------
Part of link:index.html[Gerrit Code Review]

View File

@ -45,6 +45,7 @@ Configuration
* link:config-hooks.html[Hooks]
* link:config-mail.html[Mail Templates]
* link:config-cla.html[Contributor Agreements]
* link:config-validation.html[Commit Validation]
Developer Documentation
-----------------------