1. 3ef23e9 patman: add '--get-maintainer-script' argument by Maxim Cournoyer · Tue Dec 20 00:28:46 2022 -0500
  2. cb8d3b1 patman: additionally honor a local .patman config file by Maxim Cournoyer · Tue Dec 20 00:38:41 2022 -0500
  3. 64a690f patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · Tue Dec 20 00:38:40 2022 -0500
  4. da6f7cf patman: set the default config_fname argument value to None by Maxim Cournoyer · Tue Dec 20 00:38:39 2022 -0500
  5. a81a41f patman: import gitutil module where it is needed by Maxim Cournoyer · Tue Dec 20 00:38:38 2022 -0500
  6. cc38d35 patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · Tue Dec 20 00:38:37 2022 -0500
  7. 97f4d76 patman: fix pep8 warnings in settings module by Maxim Cournoyer · Tue Dec 20 00:38:36 2022 -0500
  8. 6a3f71c patman: document default 'send' command by Maxim Cournoyer · Mon Dec 19 17:32:45 2022 -0500
  9. c9f6554 patman: document how to run test suite via pytest by Maxim Cournoyer · Mon Dec 19 17:32:44 2022 -0500
  10. cda0012 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · Mon Dec 19 17:32:43 2022 -0500
  11. 0e54e70 patman: add pytest configuration file by Maxim Cournoyer · Mon Dec 19 17:32:42 2022 -0500
  12. def31ed patman: rename main script to __main__.py by Maxim Cournoyer · Mon Dec 19 17:32:41 2022 -0500
  13. 2f3abd6 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · Mon Dec 19 17:32:40 2022 -0500
  14. 0331edb patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · Mon Dec 19 17:32:39 2022 -0500
  15. 9a196fb patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · Mon Dec 19 17:32:38 2022 -0500
  16. 124acc9 patman: locate README.rst via importlib by Maxim Cournoyer · Fri Dec 16 20:45:29 2022 -0500
  17. 1484c1a patman: fix installation of README.rst data file by Maxim Cournoyer · Fri Dec 16 20:45:28 2022 -0500
  18. fcf2e85 patman: remove extraneous imports by Maxim Cournoyer · Fri Dec 16 20:45:27 2022 -0500
  19. 6c12497 patman: Switch to setuptools by Sean Anderson · Sun Nov 27 16:55:02 2022 -0500
  20. 14f8ef6 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · Sun Dec 04 10:14:14 2022 -0500
  21. 8c73b76 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · Wed Aug 17 12:47:07 2022 -0600
  22. a1975d9 patman: Fix version table by Simon Glass · Wed Aug 17 12:47:06 2022 -0600
  23. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · Sat Aug 13 11:40:42 2022 -0600
  24. 5881641 patman: Put the coverage command-line last by Simon Glass · Sat Aug 13 11:40:41 2022 -0600
  25. c8ab031 patman: Add documentation to doc/ by Simon Glass · Tue Aug 09 13:49:57 2022 -0600
  26. be4f271 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · Tue Jul 19 14:56:27 2022 -0700
  27. 461df86 patman: Fix defaults not propagating to subparsers by Sean Anderson · Fri Apr 29 10:53:34 2022 -0400
  28. 5168601 patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · Sat Apr 02 20:06:08 2022 +0300
  29. fedac7b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · Sat Apr 02 20:06:07 2022 +0300
  30. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · Sat Apr 02 20:06:06 2022 +0300
  31. 71e9a4c patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · Sat Apr 02 20:06:05 2022 +0300
  32. 5266463 patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · Sat Apr 02 20:06:04 2022 +0300
  33. 259b64f patman: Define Commit.path in the constructor by Simon Glass · Wed Mar 02 19:12:24 2022 -0700
  34. 547cba6 patman: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:18 2022 -0700
  35. 0281158 patman: Convert camel case in terminal.py by Simon Glass · Sat Jan 29 14:14:18 2022 -0700
  36. f45d374 patman: Rename Color() method to build() by Simon Glass · Sat Jan 29 14:14:17 2022 -0700
  37. 1f1e830 patman: Rename Print() to Tprint() by Simon Glass · Sat Jan 29 14:14:16 2022 -0700
  38. 011f1b3 patman: Convert camel case in tout.py by Simon Glass · Sat Jan 29 14:14:15 2022 -0700
  39. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · Sat Jan 29 14:14:14 2022 -0700
  40. 88a9ec2 patman: Convert camel case in test_checkpatch.py by Simon Glass · Sat Jan 29 14:14:13 2022 -0700
  41. 1908d354 patman: Convert camel case in project.py by Simon Glass · Sat Jan 29 14:14:12 2022 -0700
  42. 761648b patman: Convert camel case in gitutil.py by Simon Glass · Sat Jan 29 14:14:11 2022 -0700
  43. 9b0b023 patman: Convert camel case in get_maintainer.py by Simon Glass · Sat Jan 29 14:14:10 2022 -0700
  44. d85bb8f patman: Convert camel case in func_test.py by Simon Glass · Sat Jan 29 14:14:09 2022 -0700
  45. 4c0557b patman: Convert camel case in cros_subprocess.py by Simon Glass · Sat Jan 29 14:14:08 2022 -0700
  46. 530ac27 patman: Convert camel case in commit.py by Simon Glass · Sat Jan 29 14:14:07 2022 -0700
  47. d84e84a patman: Convert camel case in checkpatch.py by Simon Glass · Sat Jan 29 14:14:06 2022 -0700
  48. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  49. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  50. c27d22d patman: Update test_util to run doc tests by Simon Glass · Sat Jan 22 05:07:28 2022 -0700
  51. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  52. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  53. 835b0e9 patman: Add a function to find a tool on the path by Simon Glass · Sun Jan 09 20:13:43 2022 -0700
  54. 9158060 patman: Tidy up the download function a little by Simon Glass · Sun Jan 09 20:13:42 2022 -0700
  55. 25885d1 buildman: Move the download function to tools by Simon Glass · Sun Jan 09 20:13:41 2022 -0700
  56. 6d493a5 patman: Allow running a tool and returning the full result by Simon Glass · Sun Jan 09 20:13:40 2022 -0700
  57. fc568d8 patman: Update the list of modules by Simon Glass · Sun Nov 21 20:48:38 2021 -0700
  58. 94c775d patman: Support absolute and ~user-relative alias files by Brian Norris · Fri Jan 07 15:15:55 2022 -0800
  59. 6db1e32 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · Wed Nov 03 21:09:14 2021 -0600
  60. dc1cd13 patman: Add "postfix" support to patch subjects by Sean Anderson · Fri Oct 22 19:07:04 2021 -0400
  61. 146b602 buildman: Detect Kconfig loops by Simon Glass · Tue Oct 19 21:43:24 2021 -0600
  62. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  63. ce7efa0 tools: Handle PAGER containing arguments by Paul Barker · Wed Sep 08 12:38:02 2021 +0100
  64. 25ecd97 tools: Refactor full help printing by Paul Barker · Wed Sep 08 12:38:01 2021 +0100
  65. 6a222e6 patman: Avoid blank lines between tags by Simon Glass · Sun Aug 01 16:02:39 2021 -0600
  66. 6bbdd0c patman: add warning for invalid tag by Patrick Delaunay · Thu Jul 22 16:51:42 2021 +0200
  67. 1e689d2 patman: Use bytearray instead of string by Simon Glass · Tue Jul 06 10:36:40 2021 -0600
  68. b87eac8f binman: Put compressed data into separate files by Simon Glass · Tue Jul 06 10:36:36 2021 -0600
  69. 2cec579 tools: Fix default target compile tools in Python tools by Alper Nebi Yasak · Mon Jun 07 21:11:37 2021 +0300
  70. ec7378b patman: Parse checkpatch by message instead of by line by Evan Benn · Thu Apr 01 13:49:30 2021 +1100
  71. 488ea97 patman: Assume we always have pygit2 for tests by Tom Rini · Fri Feb 26 07:52:31 2021 -0500
  72. 50fe43f checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · Thu Mar 11 00:15:45 2021 -0500
  73. b310656 patman: Continue on if warnings are found outside a commit by Simon Glass · Mon Mar 22 18:01:42 2021 +1300
  74. eb751fd binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · Thu Mar 18 20:25:03 2021 +1300
  75. 9bbcf9b patman: Use less for help file, if available by Nicolas Boichat · Wed Feb 17 18:41:43 2021 +0800
  76. 1f975b9 patman: Quieten down the alias checking by Simon Glass · Sat Jan 23 08:56:15 2021 -0700
  77. 541186e patman: Update documentation to match new usage by Simon Glass · Sat Jan 23 08:56:14 2021 -0700
  78. 49d092f fix patman --limit-cc option by Bernhard Kirchen · Fri Jan 29 15:10:08 2021 +0100
  79. 9920989 patman: Correct lz4 compression parameters by Simon Glass · Wed Jan 06 21:35:11 2021 -0700
  80. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  81. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  82. 4e8e846 dtoc: Add an 'all' command by Simon Glass · Mon Dec 28 20:34:52 2020 -0700
  83. 98373d4 patman: Add project-default for 'gcc' by Philipp Tomsich · Tue Nov 24 18:14:53 2020 +0100
  84. 858531a patman: Add --no-signoff to suppress adding signoffs by Philipp Tomsich · Tue Nov 24 18:14:52 2020 +0100
  85. 2d84811 checkpatch: Add warnings for unexpected struct names by Simon Glass · Thu Dec 03 16:55:24 2020 -0700
  86. 632b84c patman: Drop tools.ToChar() and ToChars() by Simon Glass · Sun Nov 08 20:36:20 2020 -0700
  87. c27ee7c patman: Drop tools.ToByte() by Simon Glass · Sun Nov 08 20:36:19 2020 -0700
  88. 9dfb311 patman: Drop unicode helper functions by Simon Glass · Sun Nov 08 20:36:18 2020 -0700
  89. 6e89224 binman: Handle tool paths containing '~' correctly by Simon Glass · Mon Nov 09 07:45:02 2020 -0700
  90. 4acc93c patman: Add a Series-patchwork-url option by Simon Glass · Tue Nov 03 13:54:16 2020 -0700
  91. 3d80d79 patman: Add a setting for the Patchwork URL by Simon Glass · Tue Nov 03 13:54:15 2020 -0700
  92. f9b03cf patman: Allow specifying the patchwork URL by Simon Glass · Tue Nov 03 13:54:14 2020 -0700
  93. 9bb0a8d patman: Update defaults in subparsers by Simon Glass · Tue Nov 03 13:54:13 2020 -0700
  94. 718f1a8 patman: Correct Change-Ids error message args by Simon Glass · Tue Nov 03 13:54:11 2020 -0700
  95. 1ee91c1 patman: Refactor how the default subcommand works by Simon Glass · Tue Nov 03 13:54:10 2020 -0700
  96. 2112d07 patman: Support listing comments from patchwork by Simon Glass · Thu Oct 29 21:46:38 2020 -0600
  97. da8a292 patman: Support parsing of review snippets by Simon Glass · Thu Oct 29 21:46:37 2020 -0600
  98. d0a0a58 patman: Support updating a branch with review tags by Simon Glass · Thu Oct 29 21:46:36 2020 -0600
  99. 3db916d patman: Support checking for review tags in patchwork by Simon Glass · Thu Oct 29 21:46:35 2020 -0600
  100. 1c1f207 patman: Detect missing upstream in CountCommitsToBranch by Simon Glass · Thu Oct 29 21:46:34 2020 -0600