1. 11ae93e binman: Run tests concurrently by Simon Glass · 6 years ago
  2. 008b030 patman: Don't clear progress in tout unless it was used by Simon Glass · 6 years ago
  3. 1fda182 tools: Set an initial value for indir by Simon Glass · 6 years ago
  4. ec9e0f4 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · 6 years ago
  5. 0a98b28 binman: Support adding files by Simon Glass · 6 years ago
  6. 04187a8 patman: Detect missing tools and report them by Simon Glass · 6 years ago
  7. 41d7535 patman: Correct unit test failure by Simon Glass · 6 years ago
  8. 4f5dea4 patman: Show the current directory in GetInputFilename() by Simon Glass · 6 years ago
  9. aeffc5e patman: Add a few more helpers to the tools library by Simon Glass · 6 years ago
  10. 2b19321e patman: Allow test commands to fall back to real ones by Simon Glass · 6 years ago
  11. b8a48fb patman: Split alias entries on arbitrary whitespace by Adam Sampson · 6 years ago
  12. 12308b1 lib: fdtdec: Rename routine fdtdec_setup_memory_size() by Siva Durga Prasad Paladugu · 6 years ago
  13. c3f9454 binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  14. ff1fd6c binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  15. a60aedf patman: Support using a particular SMTP server by Simon Glass · 6 years ago
  16. fe6ef1e patman: add test for SPDX license by Chris Packham · 6 years ago
  17. 4fb3502 patman: add option for limiting the Cc list by Chris Packham · 6 years ago
  18. 4225a4e patman: Fix unit tests for SPDX by Simon Glass · 6 years ago
  19. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  20. 94b13bb host-tools: use python2 explicitly for shebang by Masahiro Yamada · 7 years ago
  21. d1ccaa4 patman: Unquote output from get_maintainer.pl by Stefan Brüns · 7 years ago
  22. 6c328f2 patman: Fix up tests to pass with newest checkpatch by Simon Glass · 7 years ago
  23. ad89314 patman: Fix error when the email blacklist is missing by Simon Glass · 7 years ago
  24. e11aa60 patman: add support for omitting bouncing addresses by Chris Packham · 7 years ago
  25. 6e87ae1 patman: Add a functional test by Simon Glass · 7 years ago
  26. a44f4fb patman: Rename 'list' variable in MakeCcFile() by Simon Glass · 7 years ago
  27. 1f487f8 patman: Add a maintainer test feature to MakeCcFile() by Simon Glass · 7 years ago
  28. 2eb5fc1 patman: Add unicode to test patches by Simon Glass · 7 years ago
  29. db116cc patman: Don't return the series in FixPatches() by Simon Glass · 7 years ago
  30. 04f7870 patman: Don't report unicode character by Simon Glass · 7 years ago
  31. 2df3a01 patman: Rename 'str' variable in EmailPatches() by Simon Glass · 7 years ago
  32. 5c724dc patman: Don't convert input data to unicode by Simon Glass · 7 years ago
  33. 6f8abf7 patman: Adjust handling of unicode email address by Simon Glass · 7 years ago
  34. 21caa55 patman: encode CC list to UTF-8 by Philipp Tomsich · 7 years ago
  35. 6db06f9 patman: Convert byte arrays to strings by George McCollister · 7 years ago
  36. f11a0af patman: Handle non-ascii characters in names by Chris Packham · 8 years ago
  37. 8aa4136 patman: Format checkpatch messages for IDE throwback by Simon Glass · 8 years ago
  38. f5d44b9 patman: Fix doctest StringIO import for python 3.x by Paul Burton · 8 years ago
  39. c9eac38 patman: Use items() to iterate over dictionaries by Paul Burton · 8 years ago
  40. 2ce7b21 patman: Import 'configparser' lower case to be python 3.x safe by Paul Burton · 8 years ago
  41. ac3fde9 patman: Make exception handling python 3.x safe by Paul Burton · 8 years ago
  42. a920a17 patman: Make print statements python 3.x safe by Paul Burton · 8 years ago
  43. 12e5476 patman: Replace tabs with spaces by Paul Burton · 8 years ago
  44. 8b4919e patman: Flush output when there is no newline by Simon Glass · 8 years ago
  45. 0faf614 patman: Add a library to handle logging and progress by Simon Glass · 8 years ago
  46. 1f1864b patman: Add a tools library for using temporary files by Simon Glass · 8 years ago
  47. 785f154 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  48. 94fbd3e tools: patman: Handle missing 'END' in non-last commit of a series by Bin Meng · 8 years ago
  49. 57b6b19 tools: patman: Handle missing blank line for 'Series-changes' by Bin Meng · 8 years ago
  50. 0d57718 tools: patman: Generate cover letter correctly when 'END' is missing by Bin Meng · 8 years ago
  51. 13b98d9 tools: patman: Handle tag sections without an 'END' by Bin Meng · 8 years ago
  52. e7df218 tools: patman: Use cover_match for 'Cover-letter' by Bin Meng · 8 years ago
  53. d4c8572 buildman: Allow branch names which conflict with directories by Simon Glass · 9 years ago
  54. 2bdeade buildman: patman: Fix -H when installed as a symlink by Simon Glass · 9 years ago
  55. 9ad9698 patman: Add a missing space in GetMetaDataForList() by Simon Glass · 9 years ago
  56. 070b781 patman: fix series-notes handling for buildman by Albert ARIBAUD · 9 years ago
  57. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  58. 27067a4 patman: Add --thread option by Mateusz Kulikowski · 9 years ago
  59. 8d3595a Revert "patman: use -D option for git format-patch" by Masahiro Yamada · 9 years ago
  60. d9917b0 buildman: Correct 'Series-cover-cc' detection logic by Simon Glass · 9 years ago
  61. 19b4a33 patman: use -D option for git format-patch by Masahiro Yamada · 9 years ago
  62. 9649e15 patman: Don't run patman when it is imported as a module by Simon Glass · 9 years ago
  63. 488d19c patman: add distutils based installer by Chris Packham · 9 years ago
  64. 3871cd8 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · 9 years ago
  65. 35ce2dc patman: cover letter shows like 00/xx if more than 10 patches by Wu, Josh · 9 years ago
  66. 8895b3e patman: Read in the git-mailrc alias file by Simon Glass · 10 years ago
  67. 71edbe5 buildman: Fix incorrect arguemnt in GetUpstream() by Simon Glass · 10 years ago
  68. 3d4de98 patman: Explain how to make doc/git-mailrc work by Simon Glass · 10 years ago
  69. 4b89b81 patman: Check commit_match before stripping leading whitespace by Scott Wood · 10 years ago
  70. 2181830 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  71. 5abab20 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  72. 2a9e2c6 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  73. 0b5b409 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  74. 983a274 patman: Add a -m option to avoid copying the maintainers by Simon Glass · 10 years ago
  75. 1f72788 patman: make run results better visible by Vadim Bendebury · 10 years ago
  76. 950a231 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  77. 891b7a0 patman: Start with a clean series when needed by Simon Glass · 10 years ago
  78. 82012dd patman: Provide a way to intercept commands for testing by Simon Glass · 10 years ago
  79. ddaf5c8 patman: RunPipe() should not pipe stdout/stderr unless asked by Simon Glass · 10 years ago
  80. 3c6c0f8 patman: Add a way of recording terminal output for testing by Simon Glass · 10 years ago
  81. 0b703db patman: Fix detection of git version by Simon Glass · 10 years ago
  82. d0c5719 patman: Avoid changing the order of tags by Simon Glass · 10 years ago
  83. 9447a6b patman: Use --no-pager' to stop git from forking a pager by Simon Glass · 10 years ago
  84. 7428dc1 patman: Remove the -a option by Simon Glass · 10 years ago
  85. e752edc patman: Correct unit tests to run correctly by Simon Glass · 10 years ago
  86. 6ba5737 patman: Fix indentation in terminal.py by Simon Glass · 10 years ago
  87. 042a732 patman: Support the 'reverse' option for 'git log' by Simon Glass · 10 years ago
  88. e0a4d06 patman: refactor help message by Masahiro Yamada · 10 years ago
  89. 31e2141 tools, scripts: refactor error-out statements of Python scripts by Masahiro Yamada · 10 years ago
  90. e49f14a patman: Only use git's --no-decorate when available by Simon Glass · 10 years ago
  91. cda2a61 patman: Move the 'git log' command into a function by Simon Glass · 10 years ago
  92. ee860c6 patman: make "No recipient" checking more tolerant by Masahiro Yamada · 10 years ago
  93. 4251978 patman: Only apply patches when we know the original HEAD by Simon Glass · 10 years ago
  94. 6be6b6b patman: Suppress duplicate signoffs only for real patches by Simon Glass · 10 years ago
  95. 102061b patman: Avoid duplicate sign-offs by Simon Glass · 10 years ago
  96. 757f64a patman: Deal with 'git apply' failures correctly by Simon Glass · 10 years ago
  97. 659c89d patman: Use Patch-cc: instead of Cc: by Simon Glass · 11 years ago
  98. 5c8fdd9 patman: add Commit-notes tag and section by Albert ARIBAUD · 11 years ago
  99. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  100. c8605bb patman: README documentation nits (unit test) by Gerhard Sittig · 11 years ago