1. 620639c patman: Run get_maintainer.pl in parallel by Simon Glass · 1 year, 9 months ago
  2. 77f57df patman: Refactor MakeCcFile() into two functions by Simon Glass · 1 year, 9 months ago
  3. 131444f patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  4. 3ef23e9 patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 2 years ago
  5. 547cba6 patman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  6. f45d374 patman: Rename Color() method to build() by Simon Glass · 2 years, 10 months ago
  7. 761648b patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 10 months ago
  8. 9b0b023 patman: Convert camel case in get_maintainer.py by Simon Glass · 2 years, 10 months ago
  9. 530ac27 patman: Convert camel case in commit.py by Simon Glass · 2 years, 10 months ago
  10. dc1cd13 patman: Add "postfix" support to patch subjects by Sean Anderson · 3 years, 1 month ago
  11. 1f975b9 patman: Quieten down the alias checking by Simon Glass · 3 years, 10 months ago
  12. 49d092f fix patman --limit-cc option by Bernhard Kirchen · 3 years, 10 months ago
  13. 9dfb311 patman: Drop unicode helper functions by Simon Glass · 4 years, 1 month ago
  14. 4acc93c patman: Add a Series-patchwork-url option by Simon Glass · 4 years, 1 month ago
  15. 8093a8f patman: Convert 'Series-xxx' tag errors into warnings by Simon Glass · 4 years, 1 month ago
  16. a80986c patman: Allow linking a series with patchwork by Simon Glass · 4 years, 1 month ago
  17. 24725af patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  18. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  19. 85a03de patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  20. c9fa886 patman: Pass in maintainer dirs to avoid and import by Simon Glass · 4 years, 6 months ago
  21. 48f46d6 patman: Add new tags for finer-grained changelog control by Sean Anderson · 4 years, 7 months ago
  22. 5ae4e8d patman: Suppress empty changelog entries by Sean Anderson · 4 years, 7 months ago
  23. a997ea5 patman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  24. b38aa01 patman: Drop references to __future__ by Simon Glass · 4 years, 7 months ago
  25. 39ed6bb patman: Apply the cc limit to the cover letter also by Simon Glass · 4 years, 9 months ago
  26. 3356f2c patman: fix coverletter cc list with nulls by Robert Beckett · 5 years ago
  27. f544a2d patman: Use unicode for file I/O by Simon Glass · 5 years ago
  28. ef7f67d patman: separate emails in CC list with NULs by Dmitry Torokhov · 5 years ago
  29. b097696 patman: Tidy up a few more unicode conversions by Simon Glass · 6 years ago
  30. 3ab178f patman: Sort series output for repeatabily by Simon Glass · 6 years ago
  31. 8bb7a7a patman: Move unicode helpers to tools by Simon Glass · 6 years ago
  32. b84fb48 patman: add option for limiting the Cc list by Chris Packham · 6 years ago
  33. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  34. e8d2a12 patman: add support for omitting bouncing addresses by Chris Packham · 7 years ago
  35. 0f94fa7 patman: Rename 'list' variable in MakeCcFile() by Simon Glass · 8 years ago
  36. b712eed patman: Add a maintainer test feature to MakeCcFile() by Simon Glass · 8 years ago
  37. 22c5834 patman: Adjust handling of unicode email address by Simon Glass · 8 years ago
  38. 166964d patman: encode CC list to UTF-8 by Philipp Tomsich · 8 years ago
  39. cb17cae patman: Handle non-ascii characters in names by Chris Packham · 8 years ago
  40. c393134 patman: Make print statements python 3.x safe by Paul Burton · 8 years ago
  41. a5edb44 patman: Replace tabs with spaces by Paul Burton · 8 years ago
  42. 77ec8bc patman: fix series-notes handling for buildman by Albert ARIBAUD · 9 years ago
  43. 420d4ee buildman: Correct 'Series-cover-cc' detection logic by Simon Glass · 9 years ago
  44. 9873b91 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · 10 years ago
  45. c6af802 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  46. 46b84d8 patman: Add a -m option to avoid copying the maintainers by Simon Glass · 10 years ago
  47. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  48. 29c5abc buildman: Allow conflicting tags to avoid spurious errors by Simon Glass · 12 years ago
  49. ec1d042 patman: Add Series-process-log tag to sort/uniq change logs by Simon Glass · 12 years ago
  50. 12ea5f4 patman: Provide option to ignore bad aliases by Simon Glass · 12 years ago
  51. c72f3da patman: Add Cover-letter-cc tag to Cc cover letter to people by Simon Glass · 12 years ago
  52. c2c84bc patman: Add a call to get_maintainer.pl if it exists by Doug Anderson · 12 years ago
  53. 05416af patman: Add all CC addresses to the cover letter by Doug Anderson · 12 years ago
  54. 507e8e8 patman: Cache the CC list from MakeCcFile() for use in ShowActions() by Doug Anderson · 12 years ago
  55. aa912af patman: Issue empty change logs for unchanged patches by Simon Glass · 12 years ago
  56. e7ecd3f patman: Support Series-name tag to name a series by Simon Glass · 12 years ago
  57. cc1fbaa patman: Use reverse order for changelog by Otavio Salvador · 12 years ago
  58. 3fbb942 patman: Do not Cc addresses included in To list by Otavio Salvador · 12 years ago
  59. fe07d07 patman: Allow for changelog use in first version of a series by Otavio Salvador · 12 years ago
  60. 48ab4c6 patman: don't mess with changelog by Ilya Yanok · 12 years ago
  61. 2613288 Add 'patman' patch generation, checking and submission script by Simon Glass · 13 years ago