Add README

Add a README.md file in the repository root with the same content as
the "About" page.

Gitiles will render the README by default when the project is viewed
on the googlesource site [1] and this will make the configuration
documentation and list of supported hooks more easily accessible for
users who have not installed the plugin yet in their Gerrit site.

[1] https://gerrit.googlesource.com/plugins/hooks

Change-Id: Ib2ecf818cbabaca8bfddf58e12cce99842a4f038
1 file changed
tree: 145bc9b59d2c56601fb8392dda1d06e9c15b5e99
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Hooks plugin

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.