1. 102b21c patman: Update cover-coverage tests for Python 3 by Simon Glass · 6 years ago
  2. 0696ee6 patman: Allow reading files in text mode by Simon Glass · 6 years ago
  3. 1cd4008 dtoc: Use byte type instead of str in fdt by Simon Glass · 6 years ago
  4. d8f593f dtoc: Updates BytesToValue() for Python 3 by Simon Glass · 6 years ago
  5. 24b86ce patman: Don't require Python 2 by Simon Glass · 6 years ago
  6. b097696 patman: Tidy up a few more unicode conversions by Simon Glass · 6 years ago
  7. 4f81789 patman: Adjust functional tests for Python 3 by Simon Glass · 6 years ago
  8. aa82db6 patman: Avoid unicode type in settings unit tests by Simon Glass · 6 years ago
  9. 3ab178f patman: Sort series output for repeatabily by Simon Glass · 6 years ago
  10. 8bb7a7a patman: Move unicode helpers to tools by Simon Glass · 6 years ago
  11. 68475f9 patman: Support use of stringIO in Python 3 by Simon Glass · 6 years ago
  12. ac0d495 binman: Handle repeated bytes for Python 3 by Simon Glass · 6 years ago
  13. d8e9bca patman: Provide a way to get program output in binary mode by Simon Glass · 6 years ago
  14. 1001737 patman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  15. 23b8a19 patman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  16. 390455c patman: Update cros_subprocess to use bytes by Simon Glass · 6 years ago
  17. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  18. e6dafb8 patman: Don't clear progress in tout unless it was used by Simon Glass · 6 years ago
  19. 867b906 tools: Set an initial value for indir by Simon Glass · 6 years ago
  20. 26f8b20 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · 6 years ago
  21. ac6328c binman: Support adding files by Simon Glass · 6 years ago
  22. 778ab84 patman: Detect missing tools and report them by Simon Glass · 6 years ago
  23. fa73c1c patman: Correct unit test failure by Simon Glass · 6 years ago
  24. f2eb054 patman: Show the current directory in GetInputFilename() by Simon Glass · 6 years ago
  25. 0362cd2 patman: Add a few more helpers to the tools library by Simon Glass · 6 years ago
  26. 6a8480b patman: Allow test commands to fall back to real ones by Simon Glass · 6 years ago
  27. 0265132 patman: Split alias entries on arbitrary whitespace by Adam Sampson · 6 years ago
  28. b3d55ea lib: fdtdec: Rename routine fdtdec_setup_memory_size() by Siva Durga Prasad Paladugu · 6 years ago
  29. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  30. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  31. 8137e30 patman: Support using a particular SMTP server by Simon Glass · 6 years ago
  32. df0c6af patman: add test for SPDX license by Chris Packham · 6 years ago
  33. b84fb48 patman: add option for limiting the Cc list by Chris Packham · 6 years ago
  34. 7ef099c patman: Fix unit tests for SPDX by Simon Glass · 7 years ago
  35. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  36. c05e791 host-tools: use python2 explicitly for shebang by Masahiro Yamada · 7 years ago
  37. 5d3a5fa patman: Unquote output from get_maintainer.pl by Stefan Brüns · 7 years ago
  38. ab2dabc patman: Fix up tests to pass with newest checkpatch by Simon Glass · 7 years ago
  39. 52a0864 patman: Fix error when the email blacklist is missing by Simon Glass · 7 years ago
  40. e8d2a12 patman: add support for omitting bouncing addresses by Chris Packham · 7 years ago
  41. df1bc5c patman: Add a functional test by Simon Glass · 7 years ago
  42. 0f94fa7 patman: Rename 'list' variable in MakeCcFile() by Simon Glass · 7 years ago
  43. b712eed patman: Add a maintainer test feature to MakeCcFile() by Simon Glass · 7 years ago
  44. b91126d patman: Add unicode to test patches by Simon Glass · 7 years ago
  45. fdf7002 patman: Don't return the series in FixPatches() by Simon Glass · 7 years ago
  46. a362237 patman: Don't report unicode character by Simon Glass · 7 years ago
  47. 47e308e patman: Rename 'str' variable in EmailPatches() by Simon Glass · 7 years ago
  48. 5ad8a9b patman: Don't convert input data to unicode by Simon Glass · 7 years ago
  49. 22c5834 patman: Adjust handling of unicode email address by Simon Glass · 7 years ago
  50. 166964d patman: encode CC list to UTF-8 by Philipp Tomsich · 7 years ago
  51. 1139406 patman: Convert byte arrays to strings by George McCollister · 8 years ago
  52. cb17cae patman: Handle non-ascii characters in names by Chris Packham · 8 years ago
  53. c004a5f patman: Format checkpatch messages for IDE throwback by Simon Glass · 8 years ago
  54. 44fc9ba patman: Fix doctest StringIO import for python 3.x by Paul Burton · 8 years ago
  55. 4466f1a patman: Use items() to iterate over dictionaries by Paul Burton · 8 years ago
  56. 352f110 patman: Import 'configparser' lower case to be python 3.x safe by Paul Burton · 8 years ago
  57. f14a131 patman: Make exception handling python 3.x safe by Paul Burton · 8 years ago
  58. c393134 patman: Make print statements python 3.x safe by Paul Burton · 8 years ago
  59. a5edb44 patman: Replace tabs with spaces by Paul Burton · 8 years ago
  60. 9c45a4e patman: Flush output when there is no newline by Simon Glass · 8 years ago
  61. a2b840a patman: Add a library to handle logging and progress by Simon Glass · 8 years ago
  62. be39f05 patman: Add a tools library for using temporary files by Simon Glass · 8 years ago
  63. c55e056 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  64. 9228cc2 tools: patman: Handle missing 'END' in non-last commit of a series by Bin Meng · 8 years ago
  65. 50ffc98 tools: patman: Handle missing blank line for 'Series-changes' by Bin Meng · 8 years ago
  66. d23121c tools: patman: Generate cover letter correctly when 'END' is missing by Bin Meng · 8 years ago
  67. f83649f tools: patman: Handle tag sections without an 'END' by Bin Meng · 8 years ago
  68. d0bc03c tools: patman: Use cover_match for 'Cover-letter' by Bin Meng · 8 years ago
  69. 642e9a6 buildman: Allow branch names which conflict with directories by Simon Glass · 9 years ago
  70. c29101f buildman: patman: Fix -H when installed as a symlink by Simon Glass · 9 years ago
  71. fc372bc patman: Add a missing space in GetMetaDataForList() by Simon Glass · 9 years ago
  72. 77ec8bc patman: fix series-notes handling for buildman by Albert ARIBAUD · 9 years ago
  73. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  74. 80c2ebc patman: Add --thread option by Mateusz Kulikowski · 9 years ago
  75. 41d176f Revert "patman: use -D option for git format-patch" by Masahiro Yamada · 9 years ago
  76. 420d4ee buildman: Correct 'Series-cover-cc' detection logic by Simon Glass · 9 years ago
  77. 4990323 patman: use -D option for git format-patch by Masahiro Yamada · 9 years ago
  78. 2b68b36 patman: Don't run patman when it is imported as a module by Simon Glass · 9 years ago
  79. 464a0e9 patman: add distutils based installer by Chris Packham · 9 years ago
  80. 9873b91 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · 10 years ago
  81. 393aaa2 patman: cover letter shows like 00/xx if more than 10 patches by Wu, Josh · 10 years ago
  82. 3338269 patman: Read in the git-mailrc alias file by Simon Glass · 10 years ago
  83. 7e92f5c buildman: Fix incorrect arguemnt in GetUpstream() by Simon Glass · 10 years ago
  84. b04c62b patman: Explain how to make doc/git-mailrc work by Simon Glass · 10 years ago
  85. 616a0ab patman: Check commit_match before stripping leading whitespace by Scott Wood · 10 years ago
  86. c6af802 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  87. 5eeef46 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  88. f204ab1 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  89. baec684 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  90. 46b84d8 patman: Add a -m option to avoid copying the maintainers by Simon Glass · 10 years ago
  91. fbf8ee0 patman: make run results better visible by Vadim Bendebury · 10 years ago
  92. 359b55a6 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  93. 4e5d6bc patman: Start with a clean series when needed by Simon Glass · 10 years ago
  94. de38497 patman: Provide a way to intercept commands for testing by Simon Glass · 10 years ago
  95. f1bf686 patman: RunPipe() should not pipe stdout/stderr unless asked by Simon Glass · 10 years ago
  96. fb35f9f patman: Add a way of recording terminal output for testing by Simon Glass · 10 years ago
  97. 81bcca8 patman: Fix detection of git version by Simon Glass · 10 years ago
  98. 27374d3 patman: Avoid changing the order of tags by Simon Glass · 10 years ago
  99. 5f4e00d patman: Use --no-pager' to stop git from forking a pager by Simon Glass · 10 years ago
  100. e6e96d9 patman: Remove the -a option by Simon Glass · 10 years ago