1. 858531a patman: Add --no-signoff to suppress adding signoffs by Philipp Tomsich · 4 years ago
  2. 9dfb311 patman: Drop unicode helper functions by Simon Glass · 4 years, 1 month ago
  3. 1ee91c1 patman: Refactor how the default subcommand works by Simon Glass · 4 years, 1 month ago
  4. 1c1f207 patman: Detect missing upstream in CountCommitsToBranch by Simon Glass · 4 years, 1 month ago
  5. fede44a buildman: Use git worktrees instead of git clones when possible by Alper Nebi Yasak · 4 years, 3 months ago
  6. 0da9574 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 5 months ago
  7. 2eb4da7 patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
  8. 24725af patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  9. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  10. feba110 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 5 months ago
  11. b4aa8aa patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
  12. 85a03de patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  13. 794c259 patman: Use a dict in gitutil to avoid importing series by Simon Glass · 4 years, 6 months ago
  14. 1e2f6a1 patman: Drop unnecessary import in gitutil by Simon Glass · 4 years, 6 months ago
  15. a04f121 patman: Add an option to create patches without binary contents by Bin Meng · 4 years, 7 months ago
  16. a997ea5 patman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  17. f2bcb32 patman: fix some typos in comments by Anatolij Gustschin · 5 years ago
  18. b097696 patman: Tidy up a few more unicode conversions by Simon Glass · 6 years ago
  19. 8bb7a7a patman: Move unicode helpers to tools by Simon Glass · 6 years ago
  20. 23b8a19 patman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  21. 390455c patman: Update cros_subprocess to use bytes by Simon Glass · 6 years ago
  22. 8137e30 patman: Support using a particular SMTP server by Simon Glass · 6 years ago
  23. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  24. 47e308e patman: Rename 'str' variable in EmailPatches() by Simon Glass · 8 years ago
  25. 22c5834 patman: Adjust handling of unicode email address by Simon Glass · 8 years ago
  26. f14a131 patman: Make exception handling python 3.x safe by Paul Burton · 8 years ago
  27. c393134 patman: Make print statements python 3.x safe by Paul Burton · 8 years ago
  28. c55e056 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  29. 642e9a6 buildman: Allow branch names which conflict with directories by Simon Glass · 9 years ago
  30. 80c2ebc patman: Add --thread option by Mateusz Kulikowski · 9 years ago
  31. 41d176f Revert "patman: use -D option for git format-patch" by Masahiro Yamada · 9 years ago
  32. 4990323 patman: use -D option for git format-patch by Masahiro Yamada · 9 years ago
  33. 9873b91 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · 10 years ago
  34. 7e92f5c buildman: Fix incorrect arguemnt in GetUpstream() by Simon Glass · 10 years ago
  35. c6af802 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  36. 5eeef46 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  37. f204ab1 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  38. f1bf686 patman: RunPipe() should not pipe stdout/stderr unless asked by Simon Glass · 10 years ago
  39. 81bcca8 patman: Fix detection of git version by Simon Glass · 10 years ago
  40. 5f4e00d patman: Use --no-pager' to stop git from forking a pager by Simon Glass · 10 years ago
  41. e6e96d9 patman: Remove the -a option by Simon Glass · 10 years ago
  42. b0cd341 patman: Correct unit tests to run correctly by Simon Glass · 10 years ago
  43. 299b909 patman: Support the 'reverse' option for 'git log' by Simon Glass · 10 years ago
  44. 6af913d patman: Only use git's --no-decorate when available by Simon Glass · 10 years ago
  45. b9dbcb4 patman: Move the 'git log' command into a function by Simon Glass · 10 years ago
  46. d91f5b9 patman: make "No recipient" checking more tolerant by Masahiro Yamada · 10 years ago
  47. 7ac2d30 patman: Only apply patches when we know the original HEAD by Simon Glass · 10 years ago
  48. 0c3e9c1 patman: Deal with 'git apply' failures correctly by Simon Glass · 11 years ago
  49. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  50. d2e9538 buildman: Produce a sensible error message when branch is missing by Simon Glass · 12 years ago
  51. 6931059 patman: fix gitutil for decorations by Andreas Bießmann · 12 years ago
  52. 12ea5f4 patman: Provide option to ignore bad aliases by Simon Glass · 12 years ago
  53. 06f27ac patman: Allow specifying the message ID your series is in reply to by Doug Anderson · 12 years ago
  54. 11aba51 patman: Add additional git utilties by Simon Glass · 12 years ago
  55. 519fad2 patman: Allow commands to raise on error, or not by Simon Glass · 12 years ago
  56. 34e5943 patman: Make command methods return a CommandResult by Simon Glass · 12 years ago
  57. 3d3077c patman: Add support for settings in .patman by Doug Anderson · 12 years ago
  58. 51d7321 patman: Allow tests to run even if patman is in the path by Doug Anderson · 12 years ago
  59. 313d448 patman: force git log commands to not use color by Albert ARIBAUD · 12 years ago
  60. 12fb29a patman: Handle creation of patman config file by Vikram Narayanan · 13 years ago
  61. 2613288 Add 'patman' patch generation, checking and submission script by Simon Glass · 13 years ago