1. a612333 patman: add warning for invalid tag by Patrick Delaunay · 3 years, 2 months ago
  2. c31d0cb patman: Use bytearray instead of string by Simon Glass · 3 years, 3 months ago
  3. 650ead1 binman: Put compressed data into separate files by Simon Glass · 3 years, 3 months ago
  4. 880e476 tools: Fix default target compile tools in Python tools by Alper Nebi Yasak · 3 years, 4 months ago
  5. ec6db6c patman: Parse checkpatch by message instead of by line by Evan Benn · 3 years, 6 months ago
  6. 2959a8e patman: Assume we always have pygit2 for tests by Tom Rini · 3 years, 7 months ago
  7. d9c3050 checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · 3 years, 7 months ago
  8. 42bc156 patman: Continue on if warnings are found outside a commit by Simon Glass · 3 years, 6 months ago
  9. 5187b80 binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · 3 years, 7 months ago
  10. b1b6efc patman: Use less for help file, if available by Nicolas Boichat · 3 years, 8 months ago
  11. 0fb560d patman: Quieten down the alias checking by Simon Glass · 3 years, 8 months ago
  12. c7e42ca patman: Update documentation to match new usage by Simon Glass · 3 years, 8 months ago
  13. 67637d4 fix patman --limit-cc option by Bernhard Kirchen · 3 years, 8 months ago
  14. 6deff87 patman: Correct lz4 compression parameters by Simon Glass · 3 years, 9 months ago
  15. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  16. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  17. 10cbd3b dtoc: Add an 'all' command by Simon Glass · 3 years, 9 months ago
  18. ddc44c2 patman: Add project-default for 'gcc' by Philipp Tomsich · 3 years, 10 months ago
  19. b3aff15 patman: Add --no-signoff to suppress adding signoffs by Philipp Tomsich · 3 years, 10 months ago
  20. b7bbd55 checkpatch: Add warnings for unexpected struct names by Simon Glass · 3 years, 10 months ago
  21. 479dd30 patman: Drop tools.ToChar() and ToChars() by Simon Glass · 3 years, 11 months ago
  22. 6a4ccad patman: Drop tools.ToByte() by Simon Glass · 3 years, 11 months ago
  23. fc0056e patman: Drop unicode helper functions by Simon Glass · 3 years, 11 months ago
  24. f31e83d binman: Handle tool paths containing '~' correctly by Simon Glass · 3 years, 11 months ago
  25. fcbec65 patman: Add a Series-patchwork-url option by Simon Glass · 4 years ago
  26. a55be35 patman: Add a setting for the Patchwork URL by Simon Glass · 4 years ago
  27. 7cbf02e patman: Allow specifying the patchwork URL by Simon Glass · 4 years ago
  28. 3145b63 patman: Update defaults in subparsers by Simon Glass · 4 years ago
  29. 53336e6 patman: Correct Change-Ids error message args by Simon Glass · 4 years ago
  30. 4600767 patman: Refactor how the default subcommand works by Simon Glass · 4 years ago
  31. dc4b2a9 patman: Support listing comments from patchwork by Simon Glass · 4 years ago
  32. 6b3252e patman: Support parsing of review snippets by Simon Glass · 4 years ago
  33. 8f9ba3a patman: Support updating a branch with review tags by Simon Glass · 4 years ago
  34. dc6df97 patman: Support checking for review tags in patchwork by Simon Glass · 4 years ago
  35. be051c0 patman: Detect missing upstream in CountCommitsToBranch by Simon Glass · 4 years ago
  36. b334852 patman: Improve handling of files by Simon Glass · 4 years ago
  37. a12ad7c patman: Allow showing a Commit as a string by Simon Glass · 4 years ago
  38. b5e1881 patman: Don't ignore lines starting with hash by Simon Glass · 4 years ago
  39. 9994baa patman: Fix spelling of plural for warning by Simon Glass · 4 years ago
  40. 8c17f8c patman: Convert testBasic() to use an interator by Simon Glass · 4 years ago
  41. 4af9987 patman: Add some tests for warnings by Simon Glass · 4 years ago
  42. 7457051 patman: Add a test for PatchStream tags by Simon Glass · 4 years ago
  43. 47f6295 patman: Drop unused signoff member by Simon Glass · 4 years ago
  44. dffa42c patman: Convert 'Series-xxx' tag errors into warnings by Simon Glass · 4 years ago
  45. 313ef5f patman: Attach warnings to individual patches by Simon Glass · 4 years ago
  46. b5cc399 patman: Move warning collection to a function by Simon Glass · 4 years ago
  47. 1cb1c0f patman: Fix up argument/return docs in patchstream by Simon Glass · 4 years ago
  48. e3a816b patman: Drop unused args in patchstream by Simon Glass · 4 years ago
  49. dd147ed patman: Rename variables in patchstream by Simon Glass · 4 years ago
  50. d93720e patman: Rename functions in patchstream by Simon Glass · 4 years ago
  51. 5769904 patman: Fix constant style in patchstream by Simon Glass · 4 years ago
  52. d06e55a patman: Fix indenting in patchstream by Simon Glass · 4 years ago
  53. f9e4284 patman: Allow linking a series with patchwork by Simon Glass · 4 years ago
  54. fca9911 patman: Fix remaining pylint3 warnings in func_test by Simon Glass · 4 years ago
  55. 366954f patman: Use capture_sys_output() consistently by Simon Glass · 4 years ago
  56. 427b028 patman: Fix whitespace errors in func_test by Simon Glass · 4 years ago
  57. e21c515 patman: Update how tests are run by Simon Glass · 4 years ago
  58. 4a9e578 patman: Correct operation of -n by Simon Glass · 4 years ago
  59. b9cca2c checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error by Alper Nebi Yasak · 4 years ago
  60. 29cc091 binman: Allow resolving host-specific tools from env vars by Alper Nebi Yasak · 4 years, 1 month ago
  61. 1e4687a binman: Use target-specific tools when cross-compiling by Alper Nebi Yasak · 4 years, 1 month ago
  62. 76de29f buildman: Use git worktrees instead of git clones when possible by Alper Nebi Yasak · 4 years, 1 month ago
  63. 23552ba checkpatch: Don't allow common.h and dm.h in headers by Simon Glass · 4 years, 2 months ago
  64. 4620d46 patman: Fix up the test comments by Simon Glass · 4 years, 2 months ago
  65. 347e0f0 binman: Re-enable concurrent tests by Simon Glass · 4 years, 3 months ago
  66. e1db5c9 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 3 months ago
  67. 9497756 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 3 months ago
  68. e5ff9ab Add information for skipped commit options by Patrick Delaunay · 4 years, 3 months ago
  69. 7058dd0 patman: Detect unexpected END by Patrick Delaunay · 4 years, 3 months ago
  70. b1cca95 binman: Detect when valid images are not produced by Simon Glass · 4 years, 3 months ago
  71. 38fdb4c patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 3 months ago
  72. 4f9f105 binman: Allow external binaries to be missing by Simon Glass · 4 years, 3 months ago
  73. 32eb66d binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 3 months ago
  74. c9360f16 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 3 months ago
  75. 7207e2b patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 3 months ago
  76. 3c541c0 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 3 months ago
  77. 6bb74de patman: Add a 'test' subcommand by Simon Glass · 4 years, 3 months ago
  78. c4e7902 patman: Allow different commands by Simon Glass · 4 years, 3 months ago
  79. fda1e37 patman: Convert to ArgumentParser by Simon Glass · 4 years, 3 months ago
  80. 137947e patman: Allow skipping patches at the end by Simon Glass · 4 years, 3 months ago
  81. 262130f patman: Allow creating patches for another branch by Simon Glass · 4 years, 3 months ago
  82. fd70986 patman: Add a test that uses gitpython by Simon Glass · 4 years, 3 months ago
  83. 7d5b04e patman: Move main code out to a control module by Simon Glass · 4 years, 3 months ago
  84. 0b3d24a patman: Use test_util to show test results by Simon Glass · 4 years, 3 months ago
  85. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  86. 28e0367 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 3 months ago
  87. 754c05c patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 3 months ago
  88. 3ce7f75 Add information for skipped commit options by Patrick Delaunay · 4 years, 3 months ago
  89. df1fa4b patman: Detect unexpected END by Patrick Delaunay · 4 years, 3 months ago
  90. 13262c9 binman: Detect when valid images are not produced by Simon Glass · 4 years, 3 months ago
  91. f9793a1 patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 3 months ago
  92. 5f850fb binman: Allow external binaries to be missing by Simon Glass · 4 years, 3 months ago
  93. 0b9116e binman: Re-enable concurrent tests by Simon Glass · 4 years, 3 months ago
  94. 92dee5f binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 3 months ago
  95. 0fc2e63 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 3 months ago
  96. df3fc07 patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 3 months ago
  97. ef66291 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 3 months ago
  98. 57374b0 patman: Add a 'test' subcommand by Simon Glass · 4 years, 3 months ago
  99. 4806fa3 patman: Allow different commands by Simon Glass · 4 years, 3 months ago
  100. e676fab patman: Convert to ArgumentParser by Simon Glass · 4 years, 3 months ago