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