aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/__main__.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass1-3/+3
2023-11-14patman: Avoid using func_test at top levelSimon Glass1-1/+0
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass1-16/+16
2023-11-14patman: Move the main program into a functionSimon Glass1-60/+67
2023-11-14patman: Split out arg parsing into its own fileSimon Glass1-113/+3
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer1-0/+2
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka1-1/+5
2023-03-08patman: Avoid importing test_checkpatch before it is neededSimon Glass1-1/+1
2023-03-08patman: Move library functions into a library directorySimon Glass1-4/+4
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer1-0/+7
2023-01-05patman: set the default config_fname argument value to NoneMaxim Cournoyer1-1/+1
2023-01-05patman: import gitutil module where it is neededMaxim Cournoyer1-2/+1
2023-01-05patman: document default 'send' commandMaxim Cournoyer1-1/+2
2023-01-05patman: hide the 'test' command unless test data is availableMaxim Cournoyer1-3/+6
2023-01-05patman: rename main script to __main__.pyMaxim Cournoyer1-0/+186