An open API service indexing awesome lists of open source software.

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)

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