1. a13af89 patman: Add a 'keep_change_id' setting by Maxim Cournoyer · 1 year ago
  2. 2f34b03 patman: Add a little documentation on the checkpatch tests by Simon Glass · 1 year ago
  3. a8384f8 checkpatch.pl: Make common.h check boarder by Tom Rini · 1 year ago
  4. ce8cb76 patman: Respect include directive on Git config lookup by Fei Shao · 1 year, 1 month ago
  5. 8acdb70 tools: Fix patman launcher script. by Maxim Cournoyer · 1 year, 2 months ago
  6. de65b12 tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · 1 year, 6 months ago
  7. c25be4f patman: fix class TestFunctional by Heinrich Schuchardt · 1 year, 6 months ago
  8. b646e1f patman: Declare the future Series memory by Simon Glass · 1 year, 6 months ago
  9. 00d54ae patman: Check patches in parallel by Simon Glass · 1 year, 8 months ago
  10. 27409e3 patman: Run get_maintainer.pl in parallel by Simon Glass · 1 year, 8 months ago
  11. c524cd6 patman: Refactor MakeCcFile() into two functions by Simon Glass · 1 year, 8 months ago
  12. 98bc0b4 patman: Drop an incorrect comment about git am by Simon Glass · 1 year, 8 months ago
  13. 6608acb doc: Add notes on how to install patman and binman by Simon Glass · 1 year, 8 months ago
  14. 30eb11a patman: Add support for building a patman PyPi package by Simon Glass · 1 year, 8 months ago
  15. a545dc1 patman: Avoid importing test_checkpatch before it is needed by Simon Glass · 1 year, 8 months ago
  16. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 8 months ago
  17. 00290d6 Remove concurrencytest by Simon Glass · 1 year, 8 months ago
  18. 6811fea Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · 1 year, 8 months ago
  19. 48be546 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · 1 year, 8 months ago
  20. 4c59078 patman: symlink top level .checkpatch.conf by Maxim Cournoyer · 1 year, 9 months ago
  21. da413b5 Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" by Maxim Cournoyer · 1 year, 9 months ago
  22. 8c042fb patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 1 year, 10 months ago
  23. 8f8d3f7 patman: additionally honor a local .patman config file by Maxim Cournoyer · 1 year, 10 months ago
  24. db16edd patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · 1 year, 10 months ago
  25. 2c58a5e patman: set the default config_fname argument value to None by Maxim Cournoyer · 1 year, 10 months ago
  26. 57e3b03 patman: import gitutil module where it is needed by Maxim Cournoyer · 1 year, 10 months ago
  27. 8b73f9b patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · 1 year, 10 months ago
  28. 872f3a4 patman: fix pep8 warnings in settings module by Maxim Cournoyer · 1 year, 10 months ago
  29. 3052930 patman: document default 'send' command by Maxim Cournoyer · 1 year, 10 months ago
  30. f393f59 patman: document how to run test suite via pytest by Maxim Cournoyer · 1 year, 10 months ago
  31. 52c1c33 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · 1 year, 10 months ago
  32. a3997a0 patman: add pytest configuration file by Maxim Cournoyer · 1 year, 10 months ago
  33. 579916b patman: rename main script to __main__.py by Maxim Cournoyer · 1 year, 10 months ago
  34. 648d818 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · 1 year, 10 months ago
  35. 1c77598 patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · 1 year, 10 months ago
  36. f9e20e3 patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · 1 year, 10 months ago
  37. a5197fc patman: locate README.rst via importlib by Maxim Cournoyer · 1 year, 10 months ago
  38. 425bbed patman: fix installation of README.rst data file by Maxim Cournoyer · 1 year, 10 months ago
  39. 291ab6c patman: remove extraneous imports by Maxim Cournoyer · 1 year, 10 months ago
  40. e0ddd89 patman: Switch to setuptools by Sean Anderson · 1 year, 11 months ago
  41. 2a06da0 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 1 year, 11 months ago
  42. 65af8f2 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · 2 years, 2 months ago
  43. 74eaa5c patman: Fix version table by Simon Glass · 2 years, 2 months ago
  44. 1046313 patman: Don't buffer test output with a single test by Simon Glass · 2 years, 2 months ago
  45. 8816eda patman: Put the coverage command-line last by Simon Glass · 2 years, 2 months ago
  46. 37c42b7 patman: Add documentation to doc/ by Simon Glass · 2 years, 2 months ago
  47. dce4322 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · 2 years, 3 months ago
  48. 4780f7d patman: Fix defaults not propagating to subparsers by Sean Anderson · 2 years, 6 months ago
  49. ebcaafc patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · 2 years, 7 months ago
  50. dd6b92b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · 2 years, 7 months ago
  51. d8318fe patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 7 months ago
  52. ce12c47 patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · 2 years, 7 months ago
  53. 6474aaa patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · 2 years, 7 months ago
  54. fc6c663 patman: Define Commit.path in the constructor by Simon Glass · 2 years, 8 months ago
  55. 32cc6ae patman: Correct pylint errors by Simon Glass · 2 years, 8 months ago
  56. 098b10f patman: Convert camel case in terminal.py by Simon Glass · 2 years, 9 months ago
  57. 252ac58 patman: Rename Color() method to build() by Simon Glass · 2 years, 9 months ago
  58. 82e0e73 patman: Rename Print() to Tprint() by Simon Glass · 2 years, 9 months ago
  59. f3385a5 patman: Convert camel case in tout.py by Simon Glass · 2 years, 9 months ago
  60. 5e2ab40 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 9 months ago
  61. ce31277 patman: Convert camel case in test_checkpatch.py by Simon Glass · 2 years, 9 months ago
  62. 642df43 patman: Convert camel case in project.py by Simon Glass · 2 years, 9 months ago
  63. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 9 months ago
  64. 967af26 patman: Convert camel case in get_maintainer.py by Simon Glass · 2 years, 9 months ago
  65. c3aaa05 patman: Convert camel case in func_test.py by Simon Glass · 2 years, 9 months ago
  66. 208f01b patman: Convert camel case in cros_subprocess.py by Simon Glass · 2 years, 9 months ago
  67. a3eeadf patman: Convert camel case in commit.py by Simon Glass · 2 years, 9 months ago
  68. ae5e926 patman: Convert camel case in checkpatch.py by Simon Glass · 2 years, 9 months ago
  69. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 9 months ago
  70. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  71. 1d0f30e patman: Update test_util to run doc tests by Simon Glass · 2 years, 9 months ago
  72. ad35ce5 binman: Move compression into binman by Simon Glass · 2 years, 9 months ago
  73. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 9 months ago
  74. 596fd10 patman: Add a function to find a tool on the path by Simon Glass · 2 years, 9 months ago
  75. 5b79686 patman: Tidy up the download function a little by Simon Glass · 2 years, 9 months ago
  76. 8ea6d23 buildman: Move the download function to tools by Simon Glass · 2 years, 9 months ago
  77. ade5327 patman: Allow running a tool and returning the full result by Simon Glass · 2 years, 9 months ago
  78. fd52009 patman: Update the list of modules by Simon Glass · 2 years, 11 months ago
  79. dca7926 patman: Support absolute and ~user-relative alias files by Brian Norris · 2 years, 10 months ago
  80. e5eaf81 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · 3 years ago
  81. 082c119 patman: Add "postfix" support to patch subjects by Sean Anderson · 3 years ago
  82. 7bf83a5 buildman: Detect Kconfig loops by Simon Glass · 3 years ago
  83. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 1 month ago
  84. 0d60e5d tools: Handle PAGER containing arguments by Paul Barker · 3 years, 1 month ago
  85. 5fe50f9 tools: Refactor full help printing by Paul Barker · 3 years, 1 month ago
  86. 5974718 patman: Avoid blank lines between tags by Simon Glass · 3 years, 3 months ago
  87. a612333 patman: add warning for invalid tag by Patrick Delaunay · 3 years, 3 months ago
  88. c31d0cb patman: Use bytearray instead of string by Simon Glass · 3 years, 4 months ago
  89. 650ead1 binman: Put compressed data into separate files by Simon Glass · 3 years, 4 months ago
  90. 880e476 tools: Fix default target compile tools in Python tools by Alper Nebi Yasak · 3 years, 4 months ago
  91. ec6db6c patman: Parse checkpatch by message instead of by line by Evan Benn · 3 years, 7 months ago
  92. 2959a8e patman: Assume we always have pygit2 for tests by Tom Rini · 3 years, 8 months ago
  93. d9c3050 checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · 3 years, 7 months ago
  94. 42bc156 patman: Continue on if warnings are found outside a commit by Simon Glass · 3 years, 7 months ago
  95. 5187b80 binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · 3 years, 7 months ago
  96. b1b6efc patman: Use less for help file, if available by Nicolas Boichat · 3 years, 8 months ago
  97. 0fb560d patman: Quieten down the alias checking by Simon Glass · 3 years, 9 months ago
  98. c7e42ca patman: Update documentation to match new usage by Simon Glass · 3 years, 9 months ago
  99. 67637d4 fix patman --limit-cc option by Bernhard Kirchen · 3 years, 9 months ago
  100. 6deff87 patman: Correct lz4 compression parameters by Simon Glass · 3 years, 10 months ago