https://github.com/gerritcodereview/plugins_hooks
Old-style fork+exec hooks. - (mirror of http://gerrit.googlesource.com/plugins%2Fhooks)
https://github.com/gerritcodereview/plugins_hooks
Last synced: 6 months ago
JSON representation
Old-style fork+exec hooks. - (mirror of http://gerrit.googlesource.com/plugins%2Fhooks)
- Host: GitHub
- URL: https://github.com/gerritcodereview/plugins_hooks
- Owner: GerritCodeReview
- License: apache-2.0
- Created: 2015-12-10T09:42:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T03:49:22.000Z (8 months ago)
- Last Synced: 2025-06-19T04:34:38.745Z (8 months ago)
- Language: Java
- Size: 749 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hooks plugin
Gerrit does not support the [standard server-side git hooks][1] in the
repositories it manages.
This plugin adds support for custom hooks that can be run instead. Refer
to the [configuration documentation][2] and [list of supported hooks][3]
for details.
[1]: https://git-scm.com/book/gr/v2/Customizing-Git-Git-Hooks
[2]: src/main/resources/Documentation/config.md
[3]: src/main/resources/Documentation/hooks.md