1. 547cba6 patman: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:18 2022 -0700
  2. 761648b patman: Convert camel case in gitutil.py by Simon Glass · Sat Jan 29 14:14:11 2022 -0700
  3. 530ac27 patman: Convert camel case in commit.py by Simon Glass · Sat Jan 29 14:14:07 2022 -0700
  4. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  5. dc1cd13 patman: Add "postfix" support to patch subjects by Sean Anderson · Fri Oct 22 19:07:04 2021 -0400
  6. 6a222e6 patman: Avoid blank lines between tags by Simon Glass · Sun Aug 01 16:02:39 2021 -0600
  7. 6bbdd0c patman: add warning for invalid tag by Patrick Delaunay · Thu Jul 22 16:51:42 2021 +0200
  8. b310656 patman: Continue on if warnings are found outside a commit by Simon Glass · Mon Mar 22 18:01:42 2021 +1300
  9. 718f1a8 patman: Correct Change-Ids error message args by Simon Glass · Tue Nov 03 13:54:11 2020 -0700
  10. 2112d07 patman: Support listing comments from patchwork by Simon Glass · Thu Oct 29 21:46:38 2020 -0600
  11. da8a292 patman: Support parsing of review snippets by Simon Glass · Thu Oct 29 21:46:37 2020 -0600
  12. d0a0a58 patman: Support updating a branch with review tags by Simon Glass · Thu Oct 29 21:46:36 2020 -0600
  13. 891316b patman: Fix spelling of plural for warning by Simon Glass · Thu Oct 29 21:46:30 2020 -0600
  14. 3b762cc patman: Add some tests for warnings by Simon Glass · Thu Oct 29 21:46:28 2020 -0600
  15. 06202d6 patman: Add a test for PatchStream tags by Simon Glass · Thu Oct 29 21:46:27 2020 -0600
  16. a7fadab patman: Drop unused signoff member by Simon Glass · Thu Oct 29 21:46:26 2020 -0600
  17. 8093a8f patman: Convert 'Series-xxx' tag errors into warnings by Simon Glass · Thu Oct 29 21:46:25 2020 -0600
  18. 6d00f6c patman: Attach warnings to individual patches by Simon Glass · Thu Oct 29 21:46:24 2020 -0600
  19. b580039 patman: Move warning collection to a function by Simon Glass · Thu Oct 29 21:46:23 2020 -0600
  20. 06127f9 patman: Fix up argument/return docs in patchstream by Simon Glass · Thu Oct 29 21:46:22 2020 -0600
  21. 5f6caa5 patman: Drop unused args in patchstream by Simon Glass · Thu Oct 29 21:46:21 2020 -0600
  22. f9b6e0f patman: Rename variables in patchstream by Simon Glass · Thu Oct 29 21:46:20 2020 -0600
  23. 93f61c0 patman: Rename functions in patchstream by Simon Glass · Thu Oct 29 21:46:19 2020 -0600
  24. 0602226 patman: Fix constant style in patchstream by Simon Glass · Thu Oct 29 21:46:18 2020 -0600
  25. c42b1d0 patman: Fix indenting in patchstream by Simon Glass · Thu Oct 29 21:46:17 2020 -0600
  26. ed73b31 Add information for skipped commit options by Patrick Delaunay · Thu Jul 02 19:52:54 2020 +0200
  27. 2870c1c patman: Detect unexpected END by Patrick Delaunay · Thu Jul 02 19:08:24 2020 +0200
  28. 08e91be patman: Support collecting response tags in Patchstream by Simon Glass · Sun Jul 05 21:41:57 2020 -0600
  29. 2eb4da7 patman: Allow creating patches for another branch by Simon Glass · Sun Jul 05 21:41:51 2020 -0600
  30. 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
  31. 03b9dcd Add information for skipped commit options by Patrick Delaunay · Thu Jul 02 19:52:54 2020 +0200
  32. 05cc537 patman: Detect unexpected END by Patrick Delaunay · Thu Jul 02 19:08:24 2020 +0200
  33. 62c3852 patman: Support collecting response tags in Patchstream by Simon Glass · Sun Jul 05 21:41:57 2020 -0600
  34. b4aa8aa patman: Allow creating patches for another branch by Simon Glass · Sun Jul 05 21:41:51 2020 -0600
  35. 1a32f92 patman: Support multi-line changes in changelogs by Sean Anderson · Mon May 04 16:28:35 2020 -0400
  36. 48f46d6 patman: Add new tags for finer-grained changelog control by Sean Anderson · Mon May 04 16:28:34 2020 -0400
  37. a997ea5 patman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:04 2020 -0600
  38. f544a2d patman: Use unicode for file I/O by Simon Glass · Thu Oct 31 07:42:51 2019 -0600
  39. 52b5ee8 patman: Use the Change-Id, version, and prefix in the Message-Id by Douglas Anderson · Fri Sep 27 09:23:56 2019 -0700
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  41. df1bc5c patman: Add a functional test by Simon Glass · Mon May 29 15:31:31 2017 -0600
  42. fdf7002 patman: Don't return the series in FixPatches() by Simon Glass · Mon May 29 15:31:27 2017 -0600
  43. a362237 patman: Don't report unicode character by Simon Glass · Mon May 29 15:31:26 2017 -0600
  44. c393134 patman: Make print statements python 3.x safe by Paul Burton · Tue Sep 27 16:03:50 2016 +0100
  45. 9228cc2 tools: patman: Handle missing 'END' in non-last commit of a series by Bin Meng · Sun Jun 26 23:24:32 2016 -0700
  46. 50ffc98 tools: patman: Handle missing blank line for 'Series-changes' by Bin Meng · Sun Jun 26 23:24:31 2016 -0700
  47. d23121c tools: patman: Generate cover letter correctly when 'END' is missing by Bin Meng · Sun Jun 26 23:24:30 2016 -0700
  48. f83649f tools: patman: Handle tag sections without an 'END' by Bin Meng · Sun Jun 26 23:24:29 2016 -0700
  49. d0bc03c tools: patman: Use cover_match for 'Cover-letter' by Bin Meng · Sun Jun 26 23:24:28 2016 -0700
  50. fc372bc patman: Add a missing space in GetMetaDataForList() by Simon Glass · Sun Mar 06 19:45:33 2016 -0700
  51. 393aaa2 patman: cover letter shows like 00/xx if more than 10 patches by Wu, Josh · Fri Apr 03 10:51:17 2015 +0800
  52. 616a0ab patman: Check commit_match before stripping leading whitespace by Scott Wood · Thu Sep 25 14:30:46 2014 -0500
  53. baec684 patman: Use the full commit hash for 'git checkout' by Simon Glass · Wed Oct 15 02:27:00 2014 -0600
  54. 359b55a6 buildman: Ignore conflicting tags by Simon Glass · Fri Sep 05 19:00:23 2014 -0600
  55. 4e5d6bc patman: Start with a clean series when needed by Simon Glass · Fri Sep 05 19:00:19 2014 -0600
  56. 27374d3 patman: Avoid changing the order of tags by Simon Glass · Thu Aug 28 09:43:38 2014 -0600
  57. b0cd341 patman: Correct unit tests to run correctly by Simon Glass · Thu Aug 28 09:43:35 2014 -0600
  58. b9dbcb4 patman: Move the 'git log' command into a function by Simon Glass · Sat Aug 09 15:33:10 2014 -0600
  59. 88872ea patman: Suppress duplicate signoffs only for real patches by Simon Glass · Tue May 13 12:14:02 2014 -0600
  60. 46b3421 patman: Avoid duplicate sign-offs by Simon Glass · Sun Apr 20 10:50:14 2014 -0600
  61. f7f0199 patman: Use Patch-cc: instead of Cc: by Simon Glass · Sun Feb 16 08:23:47 2014 -0700
  62. d880efd patman: add Commit-notes tag and section by Albert ARIBAUD · Tue Nov 12 11:14:41 2013 +0100
  63. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  64. 6931059 patman: fix gitutil for decorations by Andreas Bießmann · Mon Apr 15 23:52:18 2013 +0000
  65. ec1d042 patman: Add Series-process-log tag to sort/uniq change logs by Simon Glass · Tue Mar 26 13:09:44 2013 +0000
  66. 21c325f patman: Don't barf if the word 'commit' starts a line by Doug Anderson · Fri Mar 01 11:11:07 2013 +0000
  67. 5da2a78 patman: Ignore all Gerrit Commit-* tags by Simon Glass · Wed Apr 03 11:01:39 2013 +0000
  68. c72f3da patman: Add Cover-letter-cc tag to Cc cover letter to people by Simon Glass · Wed Mar 20 16:43:00 2013 +0000
  69. 80113ff patman: Make "Reviewed-by" an important tag by Doug Anderson · Fri Mar 15 13:24:05 2013 +0000
  70. 680da3c patman: Allow reading metadata from a list of commits by Simon Glass · Sat Dec 15 10:42:06 2012 +0000
  71. 34e5943 patman: Make command methods return a CommandResult by Simon Glass · Sat Dec 15 10:42:04 2012 +0000
  72. a037dab patman: Add additional tags to ignore by Simon Glass · Fri Nov 02 06:38:43 2012 +0000
  73. 313d448 patman: force git log commands to not use color by Albert ARIBAUD · Mon Oct 15 09:55:50 2012 +0000
  74. 98c5e79 patman: don't mess with signoffs by Ilya Yanok · Mon Aug 06 23:46:08 2012 +0000
  75. cedee80 patman: don't pick changes while processing patches by Ilya Yanok · Mon Aug 06 23:46:06 2012 +0000
  76. 644c184 patman: fix end of changes detection by Ilya Yanok · Mon Aug 06 23:46:05 2012 +0000
  77. 2613288 Add 'patman' patch generation, checking and submission script by Simon Glass · Sat Jan 14 15:12:45 2012 +0000