commit | 57c8e6261016e1cc233ea41f19fa5bdf187df8a7 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Mon Dec 02 15:22:20 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Mon Dec 02 15:24:17 2019 +0900 |
tree | 682621f01dfb8fd2f03f051e06ad37703cd6fab4 | |
parent | 0c6be301a39cf2c0cbc11a2c04be386e647b96a0 [diff] |
Fix and clarify documentation of ref-update and commit-received hooks - Clarify behavior of ref-update when multiple commits are pushed, i.e. that it is only called once for the entire ref update. - Fix the documentation of commit-received which states that it is called for changes pushed for review. In fact it is also called for direct pushes, but unlike ref-update it is called once for each commit. Change-Id: Ie3e2dcab37eeb5d0ed06e05322e72d3fc73925fd
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.