Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix spam | Craig Tiller | 2017-07-14 |
| | |||
* | Fix another merging bug in mkowners | Craig Tiller | 2017-07-14 |
| | |||
* | Fix argument ordering | Craig Tiller | 2017-07-14 |
| | |||
* | Change from intersection to supersets for glob comparisons | Craig Tiller | 2017-07-14 |
| | | | | | | | | | | This has the disadvantage that we can only use the current tree to collect evidence of overlap -- this means that it's possible for file addition or deletion to force a CODEOWNERS update. HOWEVER, it has the advantage that it's correct and propagates ownership in the way that we want (alleviating murgatroid@ from having to approve every additional file in the repository) | ||
* | Few fixes for mkowners.py. | Nicolas Noble | 2017-07-13 |
| | | | | | | -) Paths should all be absolute to / -) Computing the intersection of two globs should happen with the full path in there, not just the directory's glob. | ||
* | Use ** for OWNERS files for trees | Craig Tiller | 2017-07-13 |
| | |||
* | Fix copyrights | Craig Tiller | 2017-07-13 |
| | |||
* | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |