Support configuring code owners backends per branch

We need to be able to migrate code owner config files to a new syntax
branch by branch. Hence it must be possible to configure the code owners
backend per branch.

A branch level code owners backend configuration overrides a project
level code owners backend configuration.

For the branch level code owners backend configuration we support both,
short and full branch names. If both are specified the configuration for
the full branch name takes precedence.

Change-Id: I780d96851356309a7056bf3154d24c77498cddfb
Signed-off-by: Edwin Kempin <ekempin@google.com>
3 files changed
tree: 648fa54e3e3566bf1ce92f3ffb1d7889e4daba61
  1. java/
  2. javatests/
  3. resources/
  4. .gitreview
  5. BUILD
  6. LICENSE
  7. README.md
README.md

Gerrit Code Review code-owners plugin

This plugin provides support for defining code owners for files in a repository.

If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.

Also see resources/Documentation/about.md