1. 9f07026 tools: patman: fix deprecated Python ConfigParser methods by Brandon Maier · Tue Jun 04 16:16:07 2024 +0000
  2. e45678c patman: Add a tag for when a patch gets added to a series by Sean Anderson · Thu Apr 18 22:36:32 2024 -0400
  3. 2597809 patman: Add Commit-cc as an alias for Patch-cc by Sean Anderson · Thu Apr 18 22:36:31 2024 -0400
  4. a06df74 patman: Fix tests if add_maintainers is set to False by Sean Anderson · Thu Apr 18 22:36:30 2024 -0400
  5. 64fe6ae patman: Properly document the patchwork_url setting by Douglas Anderson · Mon Mar 11 14:02:45 2024 -0700
  6. 0136a7c doc: fix three-dash references in reStructuredText by Grzegorz Szymaszek · Sat Jan 06 11:36:54 2024 +0100
  7. 78ac1f5 tools: Move python tools to version 0.0.6 by Simon Glass · Sun Nov 19 08:36:06 2023 -0700
  8. 373cada patman: Update the run script by Simon Glass · Sun Nov 19 08:36:05 2023 -0700
  9. e6a8aa8 doc: Update documentation URL by Simon Glass · Sun Nov 19 08:36:00 2023 -0700
  10. 66a573b patman: Correct Python 3.6 behaviour by Simon Glass · Sat Nov 04 10:25:24 2023 -0600
  11. 457e1af patman: Avoid using func_test at top level by Simon Glass · Sat Nov 04 10:25:23 2023 -0600
  12. d1b6ecf patman: Correct easy pylint warnings in __main__ by Simon Glass · Sat Nov 04 10:25:22 2023 -0600
  13. f42ad6a patman: Move the main program into a function by Simon Glass · Sat Nov 04 10:25:21 2023 -0600
  14. 22ce641 patman: Split out arg parsing into its own file by Simon Glass · Sat Nov 04 10:25:20 2023 -0600
  15. 978c1fb buildman: Support upstream branch name containing / by Simon Glass · Mon Oct 30 10:22:30 2023 -0700
  16. 12f99fd patman: Add a 'keep_change_id' setting by Maxim Cournoyer · Thu Oct 12 23:06:24 2023 -0400
  17. f130930 patman: Add a little documentation on the checkpatch tests by Simon Glass · Fri Oct 13 09:28:33 2023 -0700
  18. b80e21b checkpatch.pl: Make common.h check boarder by Tom Rini · Fri Oct 13 09:28:32 2023 -0700
  19. 7871223 patman: Respect include directive on Git config lookup by Fei Shao · Fri Sep 08 22:15:59 2023 +0800
  20. 25f24c3 tools: Fix patman launcher script. by Maxim Cournoyer · Fri Sep 01 01:05:12 2023 -0400
  21. 6d7c40c tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · Sat Apr 22 16:42:48 2023 +0200
  22. d01d667 patman: fix class TestFunctional by Heinrich Schuchardt · Thu Apr 20 20:07:29 2023 +0200
  23. 61521ca patman: Declare the future Series memory by Simon Glass · Mon Apr 24 06:16:00 2023 +1200
  24. dc19cee patman: Check patches in parallel by Simon Glass · Wed Mar 08 10:52:55 2023 -0800
  25. 620639c patman: Run get_maintainer.pl in parallel by Simon Glass · Wed Mar 08 10:52:54 2023 -0800
  26. 77f57df patman: Refactor MakeCcFile() into two functions by Simon Glass · Wed Mar 08 10:52:53 2023 -0800
  27. a59449c patman: Drop an incorrect comment about git am by Simon Glass · Wed Mar 08 10:52:52 2023 -0800
  28. bf3e1c6 doc: Add notes on how to install patman and binman by Simon Glass · Thu Feb 23 18:18:23 2023 -0700
  29. 7509a93 patman: Add support for building a patman PyPi package by Simon Glass · Thu Feb 23 18:18:08 2023 -0700
  30. c92395b patman: Avoid importing test_checkpatch before it is needed by Simon Glass · Thu Feb 23 18:18:07 2023 -0700
  31. 131444f patman: Move library functions into a library directory by Simon Glass · Thu Feb 23 18:18:04 2023 -0700
  32. f715ab9 Remove concurrencytest by Simon Glass · Thu Feb 23 18:18:03 2023 -0700
  33. 1ca554e Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · Thu Feb 23 18:18:02 2023 -0700
  34. b4af458 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · Mon Feb 13 08:56:38 2023 -0700
  35. 4023964 patman: symlink top level .checkpatch.conf by Maxim Cournoyer · Fri Jan 13 08:50:50 2023 -0500
  36. 6a407e1 Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" by Maxim Cournoyer · Fri Jan 13 08:50:49 2023 -0500
  37. 3ef23e9 patman: add '--get-maintainer-script' argument by Maxim Cournoyer · Tue Dec 20 00:28:46 2022 -0500
  38. cb8d3b1 patman: additionally honor a local .patman config file by Maxim Cournoyer · Tue Dec 20 00:38:41 2022 -0500
  39. 64a690f patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · Tue Dec 20 00:38:40 2022 -0500
  40. da6f7cf patman: set the default config_fname argument value to None by Maxim Cournoyer · Tue Dec 20 00:38:39 2022 -0500
  41. a81a41f patman: import gitutil module where it is needed by Maxim Cournoyer · Tue Dec 20 00:38:38 2022 -0500
  42. cc38d35 patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · Tue Dec 20 00:38:37 2022 -0500
  43. 97f4d76 patman: fix pep8 warnings in settings module by Maxim Cournoyer · Tue Dec 20 00:38:36 2022 -0500
  44. 6a3f71c patman: document default 'send' command by Maxim Cournoyer · Mon Dec 19 17:32:45 2022 -0500
  45. c9f6554 patman: document how to run test suite via pytest by Maxim Cournoyer · Mon Dec 19 17:32:44 2022 -0500
  46. cda0012 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · Mon Dec 19 17:32:43 2022 -0500
  47. 0e54e70 patman: add pytest configuration file by Maxim Cournoyer · Mon Dec 19 17:32:42 2022 -0500
  48. def31ed patman: rename main script to __main__.py by Maxim Cournoyer · Mon Dec 19 17:32:41 2022 -0500
  49. 2f3abd6 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · Mon Dec 19 17:32:40 2022 -0500
  50. 0331edb patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · Mon Dec 19 17:32:39 2022 -0500
  51. 9a196fb patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · Mon Dec 19 17:32:38 2022 -0500
  52. 124acc9 patman: locate README.rst via importlib by Maxim Cournoyer · Fri Dec 16 20:45:29 2022 -0500
  53. 1484c1a patman: fix installation of README.rst data file by Maxim Cournoyer · Fri Dec 16 20:45:28 2022 -0500
  54. fcf2e85 patman: remove extraneous imports by Maxim Cournoyer · Fri Dec 16 20:45:27 2022 -0500
  55. 6c12497 patman: Switch to setuptools by Sean Anderson · Sun Nov 27 16:55:02 2022 -0500
  56. 14f8ef6 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · Sun Dec 04 10:14:14 2022 -0500
  57. 8c73b76 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · Wed Aug 17 12:47:07 2022 -0600
  58. a1975d9 patman: Fix version table by Simon Glass · Wed Aug 17 12:47:06 2022 -0600
  59. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · Sat Aug 13 11:40:42 2022 -0600
  60. 5881641 patman: Put the coverage command-line last by Simon Glass · Sat Aug 13 11:40:41 2022 -0600
  61. c8ab031 patman: Add documentation to doc/ by Simon Glass · Tue Aug 09 13:49:57 2022 -0600
  62. be4f271 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · Tue Jul 19 14:56:27 2022 -0700
  63. 461df86 patman: Fix defaults not propagating to subparsers by Sean Anderson · Fri Apr 29 10:53:34 2022 -0400
  64. 5168601 patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · Sat Apr 02 20:06:08 2022 +0300
  65. fedac7b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · Sat Apr 02 20:06:07 2022 +0300
  66. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · Sat Apr 02 20:06:06 2022 +0300
  67. 71e9a4c patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · Sat Apr 02 20:06:05 2022 +0300
  68. 5266463 patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · Sat Apr 02 20:06:04 2022 +0300
  69. 259b64f patman: Define Commit.path in the constructor by Simon Glass · Wed Mar 02 19:12:24 2022 -0700
  70. 547cba6 patman: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:18 2022 -0700
  71. 0281158 patman: Convert camel case in terminal.py by Simon Glass · Sat Jan 29 14:14:18 2022 -0700
  72. f45d374 patman: Rename Color() method to build() by Simon Glass · Sat Jan 29 14:14:17 2022 -0700
  73. 1f1e830 patman: Rename Print() to Tprint() by Simon Glass · Sat Jan 29 14:14:16 2022 -0700
  74. 011f1b3 patman: Convert camel case in tout.py by Simon Glass · Sat Jan 29 14:14:15 2022 -0700
  75. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · Sat Jan 29 14:14:14 2022 -0700
  76. 88a9ec2 patman: Convert camel case in test_checkpatch.py by Simon Glass · Sat Jan 29 14:14:13 2022 -0700
  77. 1908d354 patman: Convert camel case in project.py by Simon Glass · Sat Jan 29 14:14:12 2022 -0700
  78. 761648b patman: Convert camel case in gitutil.py by Simon Glass · Sat Jan 29 14:14:11 2022 -0700
  79. 9b0b023 patman: Convert camel case in get_maintainer.py by Simon Glass · Sat Jan 29 14:14:10 2022 -0700
  80. d85bb8f patman: Convert camel case in func_test.py by Simon Glass · Sat Jan 29 14:14:09 2022 -0700
  81. 4c0557b patman: Convert camel case in cros_subprocess.py by Simon Glass · Sat Jan 29 14:14:08 2022 -0700
  82. 530ac27 patman: Convert camel case in commit.py by Simon Glass · Sat Jan 29 14:14:07 2022 -0700
  83. d84e84a patman: Convert camel case in checkpatch.py by Simon Glass · Sat Jan 29 14:14:06 2022 -0700
  84. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  85. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  86. c27d22d patman: Update test_util to run doc tests by Simon Glass · Sat Jan 22 05:07:28 2022 -0700
  87. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  88. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  89. 835b0e9 patman: Add a function to find a tool on the path by Simon Glass · Sun Jan 09 20:13:43 2022 -0700
  90. 9158060 patman: Tidy up the download function a little by Simon Glass · Sun Jan 09 20:13:42 2022 -0700
  91. 25885d1 buildman: Move the download function to tools by Simon Glass · Sun Jan 09 20:13:41 2022 -0700
  92. 6d493a5 patman: Allow running a tool and returning the full result by Simon Glass · Sun Jan 09 20:13:40 2022 -0700
  93. fc568d8 patman: Update the list of modules by Simon Glass · Sun Nov 21 20:48:38 2021 -0700
  94. 94c775d patman: Support absolute and ~user-relative alias files by Brian Norris · Fri Jan 07 15:15:55 2022 -0800
  95. 6db1e32 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · Wed Nov 03 21:09:14 2021 -0600
  96. dc1cd13 patman: Add "postfix" support to patch subjects by Sean Anderson · Fri Oct 22 19:07:04 2021 -0400
  97. 146b602 buildman: Detect Kconfig loops by Simon Glass · Tue Oct 19 21:43:24 2021 -0600
  98. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  99. ce7efa0 tools: Handle PAGER containing arguments by Paul Barker · Wed Sep 08 12:38:02 2021 +0100
  100. 25ecd97 tools: Refactor full help printing by Paul Barker · Wed Sep 08 12:38:01 2021 +0100