| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/subsystem: adjust the wildcard matching rules | Aleksandr Nogikh | 2026-01-20 | 1 | -2/+3 |
| | | | | | | | | | Contrary to the description on top of MAINTAINERS, many F: records that point to folders actually don't end with / or /*. The get_maintainer.pl script already tolerates this, so let's do the same. | ||||
| * | pkg/subsystem: recognize more maintainers | Aleksandr Nogikh | 2023-03-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Earlier we only took maintainers if there was just one MAINTAINERS record, but that was a very severe limitation. Let's try a more elaborate approach. It's also not perfect, but allows us to extract many more maintainers, while keeping false positives at zero. Group raw MAINTAINER records by their T: entries. If there's just one set of T: values per group mailing list, take the intersection of M: entries from there. | ||||
| * | pkg/subsystem: restructure the package | Aleksandr Nogikh | 2023-02-10 | 1 | -4/+3 |
| | | | | | | | Remove the entity and match subpackages. Regenerate the linux.go file. | ||||
| * | pkg/subsystem/linux: convert MAINTAINERS patters to regexps | Aleksandr Nogikh | 2023-02-10 | 1 | -0/+134 |
| | | | | | Take care of the corner cases and add extensive tests. | ||||
| * | pkg/subsystem: add the MAINTAINERS file parsing code | Aleksandr Nogikh | 2023-02-10 | 1 | -0/+174 |
