commit | 534cd3254c7e43648d36043b0d3f48ab4ae34a27 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri May 18 19:38:31 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri May 18 19:38:33 2018 +0900 |
tree | b060d3850f32ead980b7bbde7ceb50458988ca91 | |
parent | 0fe206dea9f652c3b087fb65c5efc4ac3f0e370f [diff] |
HookQueue: Rename constructor 'queue' argument to avoid confusion The `queue` argument gets assigned to the `workQueue` member, but there is also a `queue` member. Rename the argument to `workQueue` to match the member that it gets assigned to, and prevent possible confusion with the other. Change-Id: I3fc278e096028f06f0f91b5551e6e435c66fff93
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.