commit | 0425cf5dc48aacb05b917439f48a760fb6737c1d | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Mon Mar 27 14:39:22 2023 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Mon Mar 27 16:52:51 2023 +0200 |
tree | 425310472dffca06d34dbd8d9da656761e5081b6 | |
parent | 2cb2f96a0810f9cc5bb61d31bec32cb5a816c837 [diff] |
RenameEmail: Preserve files which are not updated The RenameEmail REST endpoint allows to update emails in code owner config files. The commit that was created when this REST endpoint was invoked only contained the modified code owner config files and all other files, non code owner config files and code owner config files that didn't contain the email, were deleted. This was because we created a new tree that we populated with the modifications instead of using the existing tree as the base. This being broken means that this REST endpoint hasn't been used so far. Bug: Issue 16781 Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Id396ff9c7dacc210d761baee855d3b2c51f64bac Signed-off-by: Edwin Kempin <ekempin@google.com>
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
IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md