1. c9360f16 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 3 months ago
  2. 7207e2b patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 3 months ago
  3. 3c541c0 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 3 months ago
  4. 6bb74de patman: Add a 'test' subcommand by Simon Glass · 4 years, 3 months ago
  5. c4e7902 patman: Allow different commands by Simon Glass · 4 years, 3 months ago
  6. fda1e37 patman: Convert to ArgumentParser by Simon Glass · 4 years, 3 months ago
  7. 137947e patman: Allow skipping patches at the end by Simon Glass · 4 years, 3 months ago
  8. 262130f patman: Allow creating patches for another branch by Simon Glass · 4 years, 3 months ago
  9. fd70986 patman: Add a test that uses gitpython by Simon Glass · 4 years, 3 months ago
  10. 7d5b04e patman: Move main code out to a control module by Simon Glass · 4 years, 3 months ago
  11. 0b3d24a patman: Use test_util to show test results by Simon Glass · 4 years, 3 months ago
  12. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  13. 28e0367 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 3 months ago
  14. 754c05c patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 3 months ago
  15. 3ce7f75 Add information for skipped commit options by Patrick Delaunay · 4 years, 3 months ago
  16. df1fa4b patman: Detect unexpected END by Patrick Delaunay · 4 years, 3 months ago
  17. 13262c9 binman: Detect when valid images are not produced by Simon Glass · 4 years, 3 months ago
  18. f9793a1 patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 3 months ago
  19. 5f850fb binman: Allow external binaries to be missing by Simon Glass · 4 years, 3 months ago
  20. 0b9116e binman: Re-enable concurrent tests by Simon Glass · 4 years, 3 months ago
  21. 92dee5f binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 3 months ago
  22. 0fc2e63 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 3 months ago
  23. df3fc07 patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 3 months ago
  24. ef66291 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 3 months ago
  25. 57374b0 patman: Add a 'test' subcommand by Simon Glass · 4 years, 3 months ago
  26. 4806fa3 patman: Allow different commands by Simon Glass · 4 years, 3 months ago
  27. e676fab patman: Convert to ArgumentParser by Simon Glass · 4 years, 3 months ago
  28. d9dc99e patman: Allow skipping patches at the end by Simon Glass · 4 years, 3 months ago
  29. e9799e0 patman: Allow creating patches for another branch by Simon Glass · 4 years, 3 months ago
  30. 5d59758 patman: Add a test that uses gitpython by Simon Glass · 4 years, 3 months ago
  31. f365375 patman: Move main code out to a control module by Simon Glass · 4 years, 3 months ago
  32. 2e9a0cd patman: Use test_util to show test results by Simon Glass · 4 years, 3 months ago
  33. 8af45b1 checkpatch: Don't warn about PREFER_IF in headers/DT files by Simon Glass · 4 years, 4 months ago
  34. 5c43076 patman: Add tests for the rest of the checkpatch checks by Simon Glass · 4 years, 4 months ago
  35. 89fb8b7 patman: Decode output from the '--show-types' option by Simon Glass · 4 years, 4 months ago
  36. 4148c20 patman: Add a test for the 'possible new uclass' check by Simon Glass · 4 years, 4 months ago
  37. 40d9734 patman: Rename test.py to test_checkpatch.py by Simon Glass · 4 years, 4 months ago
  38. 1b48782 patman: Drop import of test_util in test_util by Simon Glass · 4 years, 4 months ago
  39. dd3dac2 patman: Avoid importing gitutil in settings by Simon Glass · 4 years, 4 months ago
  40. 156e655 patman: Pass in maintainer dirs to avoid and import by Simon Glass · 4 years, 4 months ago
  41. 38a9d3b patman: Use a dict in gitutil to avoid importing series by Simon Glass · 4 years, 4 months ago
  42. ddd65b0 patman: Avoid circular dependency between command and tools by Simon Glass · 4 years, 4 months ago
  43. 676f98a patman: Drop unnecessary import in gitutil by Simon Glass · 4 years, 4 months ago
  44. 96daa41 patman: Complain if a checkpatch line is not understood by Simon Glass · 4 years, 5 months ago
  45. 37f3bb5 patman: Support warnings in the patch subject by Simon Glass · 4 years, 5 months ago
  46. 666eb15 patman: Handle checkpatch output with notes and code by Simon Glass · 4 years, 5 months ago
  47. 7175b08 patman: Don't try to process checkpatch lines twice by Simon Glass · 4 years, 5 months ago
  48. 7d5b5e8 patman: Support emacs mode with checkpatch by Simon Glass · 4 years, 5 months ago
  49. 870bd56 patman: Fix 'warning' typo by Simon Glass · 4 years, 5 months ago
  50. dc03ba4 patman: Modify functional tests for new behavior by Sean Anderson · 4 years, 5 months ago
  51. 0411fff patman: Support multi-line changes in changelogs by Sean Anderson · 4 years, 5 months ago
  52. 6949f70 patman: Add new tags for finer-grained changelog control by Sean Anderson · 4 years, 5 months ago
  53. b0436b9 patman: Suppress empty changelog entries by Sean Anderson · 4 years, 5 months ago
  54. 14aa35a patman: Add an option to create patches without binary contents by Bin Meng · 4 years, 5 months ago
  55. 0fc01bf patman: Sort the command line options by Bin Meng · 4 years, 5 months ago
  56. b4fa949 patman: Tidy up sys.path changes by Simon Glass · 4 years, 6 months ago
  57. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  58. 1628793 binman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  59. ce0dc2e patman: Move test running/reporting to test_util by Simon Glass · 4 years, 6 months ago
  60. 428e773 patman: Drop the python2 code in test coverage by Simon Glass · 4 years, 6 months ago
  61. c07ab6e binman: Rename the main module by Simon Glass · 4 years, 6 months ago
  62. c3a13cc patman: Drop Python 2 StringIO code by Simon Glass · 4 years, 6 months ago
  63. 83a4518 patman: Drop references to __future__ by Simon Glass · 4 years, 6 months ago
  64. 0d7a8c4 patman: Rename the main module by Simon Glass · 4 years, 6 months ago
  65. 1e13047 patman: Support limiting output to a single line by Simon Glass · 4 years, 6 months ago
  66. 37b224f patman: Support erasing a previously unfinished text line by Simon Glass · 4 years, 6 months ago
  67. a84eb16 patman: Update flushing Print() for Python 3 by Simon Glass · 4 years, 6 months ago
  68. cf0ef93 patman: Apply the cc limit to the cover letter also by Simon Glass · 4 years, 7 months ago
  69. 677dac2 patman: fix coverletter cc list with nulls by Robert Beckett · 4 years, 11 months ago
  70. ab4a6ab patman: fix some typos in comments by Anatolij Gustschin · 5 years ago
  71. e3986d9 patman: Move to use Python 3 by Simon Glass · 5 years ago
  72. 272cd85 patman: Use unicode for file I/O by Simon Glass · 5 years ago
  73. 3b3e3c0 patman: Adjust 'command' to return strings instead of bytes by Simon Glass · 5 years ago
  74. 8ab452d patman: separate emails in CC list with NULs by Dmitry Torokhov · 5 years ago
  75. 833e419 patman: Use the Change-Id, version, and prefix in the Message-Id by Douglas Anderson · 5 years ago
  76. f514d8f binman: Use the Makefile for u_boot_ucode_ptr by Simon Glass · 5 years ago
  77. 6eace39 patman: Update command.Run() to handle failure better by Simon Glass · 5 years ago
  78. 3b1c0b0 patman: Drop binary parameter by Simon Glass · 5 years ago
  79. 3135330 patman: Reset the output directory when it is removed by Simon Glass · 5 years ago
  80. eb0f4a4 binman: Support replacing data in a cbfs by Simon Glass · 5 years ago
  81. 9f297b0 binman: Add a bit of logging in entries when packing by Simon Glass · 5 years ago
  82. fd07336 patman: Update tout to avoid open-coding the debug levels by Simon Glass · 5 years ago
  83. 7b77316 binman: Use print() to print output by Simon Glass · 5 years ago
  84. eea264e binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
  85. e430440 binman: Allow easy importing of entry modules by Simon Glass · 5 years ago
  86. 53cd5d9 binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  87. 1cfdfc0 patman: Add a function to write ifwitool by Simon Glass · 5 years ago
  88. 07d9e70 patman: Add functions to compress and decompress data by Simon Glass · 5 years ago
  89. c22b8cf patman: Add a way to set the search path for tools by Simon Glass · 5 years ago
  90. 512f455 tools: Drop duplicate raise_on_error argument by Simon Glass · 5 years ago
  91. 9550f9a patman: Update cover-coverage tests for Python 3 by Simon Glass · 5 years ago
  92. 3c47e41 patman: Allow reading files in text mode by Simon Glass · 5 years ago
  93. f6b6481 dtoc: Use byte type instead of str in fdt by Simon Glass · 5 years ago
  94. 2b6ed5e dtoc: Updates BytesToValue() for Python 3 by Simon Glass · 5 years ago
  95. b2e7312 patman: Don't require Python 2 by Simon Glass · 5 years ago
  96. f6a6aaf patman: Tidy up a few more unicode conversions by Simon Glass · 5 years ago
  97. e6dca5e patman: Adjust functional tests for Python 3 by Simon Glass · 5 years ago
  98. 7ebb45c patman: Avoid unicode type in settings unit tests by Simon Glass · 5 years ago
  99. b644c66 patman: Sort series output for repeatabily by Simon Glass · 5 years ago
  100. 513eace patman: Move unicode helpers to tools by Simon Glass · 5 years ago