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