1. eb88af2 patman: Resolve python string vs. regex escaping syntax by Brian Norris · 4 months ago
  2. f137881 tools: patman: fix `pip install` with Python 3.12 by Brandon Maier · 5 months ago
  3. 9f07026 tools: patman: fix deprecated Python ConfigParser methods by Brandon Maier · 6 months ago
  4. e45678c patman: Add a tag for when a patch gets added to a series by Sean Anderson · 7 months ago
  5. 2597809 patman: Add Commit-cc as an alias for Patch-cc by Sean Anderson · 7 months ago
  6. a06df74 patman: Fix tests if add_maintainers is set to False by Sean Anderson · 7 months ago
  7. 64fe6ae patman: Properly document the patchwork_url setting by Douglas Anderson · 9 months ago
  8. 0136a7c doc: fix three-dash references in reStructuredText by Grzegorz Szymaszek · 11 months ago
  9. 78ac1f5 tools: Move python tools to version 0.0.6 by Simon Glass · 1 year ago
  10. 373cada patman: Update the run script by Simon Glass · 1 year ago
  11. e6a8aa8 doc: Update documentation URL by Simon Glass · 1 year ago
  12. 66a573b patman: Correct Python 3.6 behaviour by Simon Glass · 1 year, 1 month ago
  13. 457e1af patman: Avoid using func_test at top level by Simon Glass · 1 year, 1 month ago
  14. d1b6ecf patman: Correct easy pylint warnings in __main__ by Simon Glass · 1 year, 1 month ago
  15. f42ad6a patman: Move the main program into a function by Simon Glass · 1 year, 1 month ago
  16. 22ce641 patman: Split out arg parsing into its own file by Simon Glass · 1 year, 1 month ago
  17. 978c1fb buildman: Support upstream branch name containing / by Simon Glass · 1 year, 1 month ago
  18. 12f99fd patman: Add a 'keep_change_id' setting by Maxim Cournoyer · 1 year, 1 month ago
  19. f130930 patman: Add a little documentation on the checkpatch tests by Simon Glass · 1 year, 1 month ago
  20. b80e21b checkpatch.pl: Make common.h check boarder by Tom Rini · 1 year, 1 month ago
  21. 7871223 patman: Respect include directive on Git config lookup by Fei Shao · 1 year, 3 months ago
  22. 25f24c3 tools: Fix patman launcher script. by Maxim Cournoyer · 1 year, 3 months ago
  23. 6d7c40c tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · 1 year, 7 months ago
  24. d01d667 patman: fix class TestFunctional by Heinrich Schuchardt · 1 year, 7 months ago
  25. 61521ca patman: Declare the future Series memory by Simon Glass · 1 year, 7 months ago
  26. dc19cee patman: Check patches in parallel by Simon Glass · 1 year, 9 months ago
  27. 620639c patman: Run get_maintainer.pl in parallel by Simon Glass · 1 year, 9 months ago
  28. 77f57df patman: Refactor MakeCcFile() into two functions by Simon Glass · 1 year, 9 months ago
  29. a59449c patman: Drop an incorrect comment about git am by Simon Glass · 1 year, 9 months ago
  30. bf3e1c6 doc: Add notes on how to install patman and binman by Simon Glass · 1 year, 9 months ago
  31. 7509a93 patman: Add support for building a patman PyPi package by Simon Glass · 1 year, 9 months ago
  32. c92395b patman: Avoid importing test_checkpatch before it is needed by Simon Glass · 1 year, 9 months ago
  33. 131444f patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  34. f715ab9 Remove concurrencytest by Simon Glass · 1 year, 9 months ago
  35. 1ca554e Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · 1 year, 9 months ago
  36. b4af458 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · 1 year, 9 months ago
  37. 4023964 patman: symlink top level .checkpatch.conf by Maxim Cournoyer · 1 year, 11 months ago
  38. 6a407e1 Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" by Maxim Cournoyer · 1 year, 11 months ago
  39. 3ef23e9 patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 1 year, 11 months ago
  40. cb8d3b1 patman: additionally honor a local .patman config file by Maxim Cournoyer · 1 year, 11 months ago
  41. 64a690f patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · 1 year, 11 months ago
  42. da6f7cf patman: set the default config_fname argument value to None by Maxim Cournoyer · 1 year, 11 months ago
  43. a81a41f patman: import gitutil module where it is needed by Maxim Cournoyer · 1 year, 11 months ago
  44. cc38d35 patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · 1 year, 11 months ago
  45. 97f4d76 patman: fix pep8 warnings in settings module by Maxim Cournoyer · 1 year, 11 months ago
  46. 6a3f71c patman: document default 'send' command by Maxim Cournoyer · 1 year, 11 months ago
  47. c9f6554 patman: document how to run test suite via pytest by Maxim Cournoyer · 1 year, 11 months ago
  48. cda0012 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · 1 year, 11 months ago
  49. 0e54e70 patman: add pytest configuration file by Maxim Cournoyer · 1 year, 11 months ago
  50. def31ed patman: rename main script to __main__.py by Maxim Cournoyer · 1 year, 11 months ago
  51. 2f3abd6 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · 1 year, 11 months ago
  52. 0331edb patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · 1 year, 11 months ago
  53. 9a196fb patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · 1 year, 11 months ago
  54. 124acc9 patman: locate README.rst via importlib by Maxim Cournoyer · 2 years ago
  55. 1484c1a patman: fix installation of README.rst data file by Maxim Cournoyer · 2 years ago
  56. fcf2e85 patman: remove extraneous imports by Maxim Cournoyer · 2 years ago
  57. 6c12497 patman: Switch to setuptools by Sean Anderson · 2 years ago
  58. 14f8ef6 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 2 years ago
  59. 8c73b76 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · 2 years, 3 months ago
  60. a1975d9 patman: Fix version table by Simon Glass · 2 years, 3 months ago
  61. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · 2 years, 3 months ago
  62. 5881641 patman: Put the coverage command-line last by Simon Glass · 2 years, 3 months ago
  63. c8ab031 patman: Add documentation to doc/ by Simon Glass · 2 years, 4 months ago
  64. be4f271 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · 2 years, 4 months ago
  65. 461df86 patman: Fix defaults not propagating to subparsers by Sean Anderson · 2 years, 7 months ago
  66. 5168601 patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · 2 years, 8 months ago
  67. fedac7b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · 2 years, 8 months ago
  68. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 8 months ago
  69. 71e9a4c patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · 2 years, 8 months ago
  70. 5266463 patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · 2 years, 8 months ago
  71. 259b64f patman: Define Commit.path in the constructor by Simon Glass · 2 years, 9 months ago
  72. 547cba6 patman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  73. 0281158 patman: Convert camel case in terminal.py by Simon Glass · 2 years, 10 months ago
  74. f45d374 patman: Rename Color() method to build() by Simon Glass · 2 years, 10 months ago
  75. 1f1e830 patman: Rename Print() to Tprint() by Simon Glass · 2 years, 10 months ago
  76. 011f1b3 patman: Convert camel case in tout.py by Simon Glass · 2 years, 10 months ago
  77. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 10 months ago
  78. 88a9ec2 patman: Convert camel case in test_checkpatch.py by Simon Glass · 2 years, 10 months ago
  79. 1908d354 patman: Convert camel case in project.py by Simon Glass · 2 years, 10 months ago
  80. 761648b patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 10 months ago
  81. 9b0b023 patman: Convert camel case in get_maintainer.py by Simon Glass · 2 years, 10 months ago
  82. d85bb8f patman: Convert camel case in func_test.py by Simon Glass · 2 years, 10 months ago
  83. 4c0557b patman: Convert camel case in cros_subprocess.py by Simon Glass · 2 years, 10 months ago
  84. 530ac27 patman: Convert camel case in commit.py by Simon Glass · 2 years, 10 months ago
  85. d84e84a patman: Convert camel case in checkpatch.py by Simon Glass · 2 years, 10 months ago
  86. 840be73 patman: Convert camel case in command.py by Simon Glass · 2 years, 10 months ago
  87. 8002552 patman: Convert camel case in tools.py by Simon Glass · 2 years, 10 months ago
  88. c27d22d patman: Update test_util to run doc tests by Simon Glass · 2 years, 10 months ago
  89. 3ac7d83 binman: Move compression into binman by Simon Glass · 2 years, 11 months ago
  90. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 11 months ago
  91. 835b0e9 patman: Add a function to find a tool on the path by Simon Glass · 2 years, 11 months ago
  92. 9158060 patman: Tidy up the download function a little by Simon Glass · 2 years, 11 months ago
  93. 25885d1 buildman: Move the download function to tools by Simon Glass · 2 years, 11 months ago
  94. 6d493a5 patman: Allow running a tool and returning the full result by Simon Glass · 2 years, 11 months ago
  95. fc568d8 patman: Update the list of modules by Simon Glass · 3 years ago
  96. 94c775d patman: Support absolute and ~user-relative alias files by Brian Norris · 2 years, 11 months ago
  97. 6db1e32 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · 3 years, 1 month ago
  98. dc1cd13 patman: Add "postfix" support to patch subjects by Sean Anderson · 3 years, 1 month ago
  99. 146b602 buildman: Detect Kconfig loops by Simon Glass · 3 years, 1 month ago
  100. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago