summaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)Author
2025-05-27patman: Drop the old status codeSimon Glass
2025-05-27patman: Use a pager when outputting statusSimon Glass
2025-05-27patman: Provide an option to run in single-threaded modeSimon Glass
2025-05-27patman: Switch over to asyncioSimon Glass
2025-05-27patman: Use defaultdict directlySimon Glass
2025-05-27patman: Add more information to PatchSimon Glass
2025-05-27patman: Show patches in yellowSimon Glass
2025-05-27patman: Simplify test_find_new_responses()Simon Glass
2025-05-27patman: Adjust how the fake request() function is providedSimon Glass
2025-05-27patman: Split out the processing of find_new_responses()Simon Glass
2025-05-27patman: Split up check_and_show_status()Simon Glass
2025-05-27patman: Rename check_patchwork_status()Simon Glass
2025-05-27patman: Add reading of series and patch statusSimon Glass
2025-05-27patman: Move Patch and Review to patchwork moduleSimon Glass
2025-05-27patman: Create a module for handling patchworkSimon Glass
2025-05-27CI: Add a dependency file for patmanSimon Glass
2025-05-27patman: Move code for sending into its own moduleSimon Glass
2025-05-27patman: Support extra test featuresSimon Glass
2025-05-27patman: Tidy up the start-up codeSimon Glass
2025-05-27patman: Rename test_basic() in test_checkpatchSimon Glass
2025-05-27patman: Correct a stray quoteSimon Glass
2025-05-27tools: Plumb in capture controlSimon Glass
2025-05-27patman: Move capture_sys_output() into terminal and renameSimon Glass
2025-05-27patman: Move all non-test logic into control moduleSimon Glass
2025-04-10patman: Show base commit on each patch when no cover letterSimon Glass
2025-04-10patman: Show the base commit and branchSimon Glass
2025-03-04Merge patch series "tools: Minor clean-ups for the command library"Tom Rini
2025-03-04u_boot_pylib: Add a function to run a single commandSimon Glass
2025-03-04u_boot_pylib: Add an exception-class for errorsSimon Glass
2025-02-21tools/patman: Don't call a non-existent suiteTom Rini
2025-02-17u_boot_pylib: Move gitutil into the librarySimon Glass
2025-02-14python: Create requirements.txt files for each "project"Tom Rini
2024-09-01patman: Resolve python string vs. regex escaping syntaxBrian Norris
2024-07-26tools: patman: fix `pip install` with Python 3.12Brandon Maier
2024-07-03tools: patman: fix deprecated Python ConfigParser methodsBrandon Maier
2024-07-03patman: Add a tag for when a patch gets added to a seriesSean Anderson
2024-07-03patman: Add Commit-cc as an alias for Patch-ccSean Anderson
2024-07-03patman: Fix tests if add_maintainers is set to FalseSean Anderson
2024-03-21patman: Properly document the patchwork_url settingDouglas Anderson
2024-01-13doc: fix three-dash references in reStructuredTextGrzegorz Szymaszek
2023-12-13tools: Move python tools to version 0.0.6Simon Glass
2023-12-13patman: Update the run scriptSimon Glass
2023-12-13doc: Update documentation URLSimon Glass
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass
2023-11-14patman: Avoid using func_test at top levelSimon Glass
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass
2023-11-14patman: Move the main program into a functionSimon Glass
2023-11-14patman: Split out arg parsing into its own fileSimon Glass
2023-11-02buildman: Support upstream branch name containing /Simon Glass
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer