Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: pylint check-includes.py | Frantisek Sumsal | 2023-08-10 | 1 | -3/+3 |
| | |||||
* | tools/check-includes: compat with Python 3.7 | Zbigniew Jędrzejewski-Szmek | 2023-05-09 | 1 | -1/+2 |
| | | | | I thought that 3.8 is enough. But Centos8 CI chokes on the walrus. | ||||
* | check-includes: print path relative to project root | Zbigniew Jędrzejewski-Szmek | 2023-05-09 | 1 | -0/+8 |
| | | | | | | | | Instead of /home/zbyszek/src/systemd-work/build/../src/xdg-autostart-generator/xdg-autostart-service.h:11, print just src/xdg-autostart-generator/xdg-autostart-service.h:11. This is a bit annoying that this requires so much verbosity, but the output with the full names was too annoying. | ||||
* | Rewrite check-includes.pl in python | Zbigniew Jędrzejewski-Szmek | 2023-05-09 | 1 | -0/+23 |