1. 7b8f0bf patman: Resolve python string vs. regex escaping syntax by Brian Norris · 3 months ago
  2. f0a166e tools: patman: fix `pip install` with Python 3.12 by Brandon Maier · 4 months ago
  3. a148875 tools: patman: fix deprecated Python ConfigParser methods by Brandon Maier · 5 months ago
  4. 18de1af patman: Add a tag for when a patch gets added to a series by Sean Anderson · 6 months ago
  5. b4f7393 patman: Add Commit-cc as an alias for Patch-cc by Sean Anderson · 6 months ago
  6. eba8085 patman: Fix tests if add_maintainers is set to False by Sean Anderson · 6 months ago
  7. fcd0c8b patman: Properly document the patchwork_url setting by Douglas Anderson · 7 months ago
  8. 753f76e doc: fix three-dash references in reStructuredText by Grzegorz Szymaszek · 10 months ago
  9. 049ee90 tools: Move python tools to version 0.0.6 by Simon Glass · 11 months ago
  10. dff917d patman: Update the run script by Simon Glass · 11 months ago
  11. 4c4977c doc: Update documentation URL by Simon Glass · 11 months ago
  12. abf7004 patman: Correct Python 3.6 behaviour by Simon Glass · 12 months ago
  13. dfdf621 patman: Avoid using func_test at top level by Simon Glass · 12 months ago
  14. 21229c9 patman: Correct easy pylint warnings in __main__ by Simon Glass · 12 months ago
  15. e296a3c patman: Move the main program into a function by Simon Glass · 12 months ago
  16. 18f8830 patman: Split out arg parsing into its own file by Simon Glass · 12 months ago
  17. a44cb1f buildman: Support upstream branch name containing / by Simon Glass · 12 months ago
  18. a13af89 patman: Add a 'keep_change_id' setting by Maxim Cournoyer · 1 year ago
  19. 2f34b03 patman: Add a little documentation on the checkpatch tests by Simon Glass · 1 year ago
  20. a8384f8 checkpatch.pl: Make common.h check boarder by Tom Rini · 1 year ago
  21. ce8cb76 patman: Respect include directive on Git config lookup by Fei Shao · 1 year, 1 month ago
  22. 8acdb70 tools: Fix patman launcher script. by Maxim Cournoyer · 1 year, 2 months ago
  23. de65b12 tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · 1 year, 6 months ago
  24. c25be4f patman: fix class TestFunctional by Heinrich Schuchardt · 1 year, 6 months ago
  25. b646e1f patman: Declare the future Series memory by Simon Glass · 1 year, 6 months ago
  26. 00d54ae patman: Check patches in parallel by Simon Glass · 1 year, 8 months ago
  27. 27409e3 patman: Run get_maintainer.pl in parallel by Simon Glass · 1 year, 8 months ago
  28. c524cd6 patman: Refactor MakeCcFile() into two functions by Simon Glass · 1 year, 8 months ago
  29. 98bc0b4 patman: Drop an incorrect comment about git am by Simon Glass · 1 year, 8 months ago
  30. 6608acb doc: Add notes on how to install patman and binman by Simon Glass · 1 year, 8 months ago
  31. 30eb11a patman: Add support for building a patman PyPi package by Simon Glass · 1 year, 8 months ago
  32. a545dc1 patman: Avoid importing test_checkpatch before it is needed by Simon Glass · 1 year, 8 months ago
  33. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 8 months ago
  34. 00290d6 Remove concurrencytest by Simon Glass · 1 year, 8 months ago
  35. 6811fea Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · 1 year, 8 months ago
  36. 48be546 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · 1 year, 8 months ago
  37. 4c59078 patman: symlink top level .checkpatch.conf by Maxim Cournoyer · 1 year, 9 months ago
  38. da413b5 Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" by Maxim Cournoyer · 1 year, 9 months ago
  39. 8c042fb patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 1 year, 10 months ago
  40. 8f8d3f7 patman: additionally honor a local .patman config file by Maxim Cournoyer · 1 year, 10 months ago
  41. db16edd patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · 1 year, 10 months ago
  42. 2c58a5e patman: set the default config_fname argument value to None by Maxim Cournoyer · 1 year, 10 months ago
  43. 57e3b03 patman: import gitutil module where it is needed by Maxim Cournoyer · 1 year, 10 months ago
  44. 8b73f9b patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · 1 year, 10 months ago
  45. 872f3a4 patman: fix pep8 warnings in settings module by Maxim Cournoyer · 1 year, 10 months ago
  46. 3052930 patman: document default 'send' command by Maxim Cournoyer · 1 year, 10 months ago
  47. f393f59 patman: document how to run test suite via pytest by Maxim Cournoyer · 1 year, 10 months ago
  48. 52c1c33 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · 1 year, 10 months ago
  49. a3997a0 patman: add pytest configuration file by Maxim Cournoyer · 1 year, 10 months ago
  50. 579916b patman: rename main script to __main__.py by Maxim Cournoyer · 1 year, 10 months ago
  51. 648d818 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · 1 year, 10 months ago
  52. 1c77598 patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · 1 year, 10 months ago
  53. f9e20e3 patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · 1 year, 10 months ago
  54. a5197fc patman: locate README.rst via importlib by Maxim Cournoyer · 1 year, 10 months ago
  55. 425bbed patman: fix installation of README.rst data file by Maxim Cournoyer · 1 year, 10 months ago
  56. 291ab6c patman: remove extraneous imports by Maxim Cournoyer · 1 year, 10 months ago
  57. e0ddd89 patman: Switch to setuptools by Sean Anderson · 1 year, 11 months ago
  58. 2a06da0 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 1 year, 11 months ago
  59. 65af8f2 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · 2 years, 2 months ago
  60. 74eaa5c patman: Fix version table by Simon Glass · 2 years, 2 months ago
  61. 1046313 patman: Don't buffer test output with a single test by Simon Glass · 2 years, 2 months ago
  62. 8816eda patman: Put the coverage command-line last by Simon Glass · 2 years, 2 months ago
  63. 37c42b7 patman: Add documentation to doc/ by Simon Glass · 2 years, 2 months ago
  64. dce4322 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · 2 years, 3 months ago
  65. 4780f7d patman: Fix defaults not propagating to subparsers by Sean Anderson · 2 years, 6 months ago
  66. ebcaafc patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · 2 years, 7 months ago
  67. dd6b92b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · 2 years, 7 months ago
  68. d8318fe patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 7 months ago
  69. ce12c47 patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · 2 years, 7 months ago
  70. 6474aaa patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · 2 years, 7 months ago
  71. fc6c663 patman: Define Commit.path in the constructor by Simon Glass · 2 years, 8 months ago
  72. 32cc6ae patman: Correct pylint errors by Simon Glass · 2 years, 8 months ago
  73. 098b10f patman: Convert camel case in terminal.py by Simon Glass · 2 years, 9 months ago
  74. 252ac58 patman: Rename Color() method to build() by Simon Glass · 2 years, 9 months ago
  75. 82e0e73 patman: Rename Print() to Tprint() by Simon Glass · 2 years, 9 months ago
  76. f3385a5 patman: Convert camel case in tout.py by Simon Glass · 2 years, 9 months ago
  77. 5e2ab40 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 9 months ago
  78. ce31277 patman: Convert camel case in test_checkpatch.py by Simon Glass · 2 years, 9 months ago
  79. 642df43 patman: Convert camel case in project.py by Simon Glass · 2 years, 9 months ago
  80. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 9 months ago
  81. 967af26 patman: Convert camel case in get_maintainer.py by Simon Glass · 2 years, 9 months ago
  82. c3aaa05 patman: Convert camel case in func_test.py by Simon Glass · 2 years, 9 months ago
  83. 208f01b0 patman: Convert camel case in cros_subprocess.py by Simon Glass · 2 years, 9 months ago
  84. a3eeadf patman: Convert camel case in commit.py by Simon Glass · 2 years, 9 months ago
  85. ae5e926 patman: Convert camel case in checkpatch.py by Simon Glass · 2 years, 9 months ago
  86. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 9 months ago
  87. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  88. 1d0f30e patman: Update test_util to run doc tests by Simon Glass · 2 years, 9 months ago
  89. ad35ce5 binman: Move compression into binman by Simon Glass · 2 years, 9 months ago
  90. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 9 months ago
  91. 596fd10 patman: Add a function to find a tool on the path by Simon Glass · 2 years, 9 months ago
  92. 5b79686 patman: Tidy up the download function a little by Simon Glass · 2 years, 9 months ago
  93. 8ea6d23 buildman: Move the download function to tools by Simon Glass · 2 years, 9 months ago
  94. ade5327 patman: Allow running a tool and returning the full result by Simon Glass · 2 years, 9 months ago
  95. fd52009 patman: Update the list of modules by Simon Glass · 2 years, 11 months ago
  96. dca7926 patman: Support absolute and ~user-relative alias files by Brian Norris · 2 years, 9 months ago
  97. e5eaf81 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · 3 years ago
  98. 082c119 patman: Add "postfix" support to patch subjects by Sean Anderson · 3 years ago
  99. 7bf83a5 buildman: Detect Kconfig loops by Simon Glass · 3 years ago
  100. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 1 month ago