mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
- Extend subdirectory expressions to also include recursively
- Combine expressions with common owners
- Minor cleanups
Note, the way expressions are evaluated in the plugin (as of now and
for compatibility with the `find-owners` plugin), means we match
slightly more than expected, even with just the single asterisk.
As expressions like `net*` are implicitly treated like `{**/,}net*`,
we would not only match net_something.h and net_filter/header.h, but
also (unexpectedly) platform/net_something.h.
This change does not make things better in this regards, but for all the
above mentioned points, this is an improvement.
Syntax Documentation:
https://gerrit.googlesource.com/plugins/code-owners/+/refs/heads/master/resources/Documentation/path-expressions.md
Fixes: 1d1197098c ("ANDROID: add initial set of OWNERS")
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I6e2f251fc753369bb9c5058599ded19bfee98296