1. 7871223 patman: Respect include directive on Git config lookup by Fei Shao · Fri Sep 08 22:15:59 2023 +0800
  2. 25f24c3 tools: Fix patman launcher script. by Maxim Cournoyer · Fri Sep 01 01:05:12 2023 -0400
  3. 6d7c40c tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · Sat Apr 22 16:42:48 2023 +0200
  4. d01d667 patman: fix class TestFunctional by Heinrich Schuchardt · Thu Apr 20 20:07:29 2023 +0200
  5. 61521ca patman: Declare the future Series memory by Simon Glass · Mon Apr 24 06:16:00 2023 +1200
  6. dc19cee patman: Check patches in parallel by Simon Glass · Wed Mar 08 10:52:55 2023 -0800
  7. 620639c patman: Run get_maintainer.pl in parallel by Simon Glass · Wed Mar 08 10:52:54 2023 -0800
  8. 77f57df patman: Refactor MakeCcFile() into two functions by Simon Glass · Wed Mar 08 10:52:53 2023 -0800
  9. a59449c patman: Drop an incorrect comment about git am by Simon Glass · Wed Mar 08 10:52:52 2023 -0800
  10. bf3e1c6 doc: Add notes on how to install patman and binman by Simon Glass · Thu Feb 23 18:18:23 2023 -0700
  11. 7509a93 patman: Add support for building a patman PyPi package by Simon Glass · Thu Feb 23 18:18:08 2023 -0700
  12. c92395b patman: Avoid importing test_checkpatch before it is needed by Simon Glass · Thu Feb 23 18:18:07 2023 -0700
  13. 131444f patman: Move library functions into a library directory by Simon Glass · Thu Feb 23 18:18:04 2023 -0700
  14. f715ab9 Remove concurrencytest by Simon Glass · Thu Feb 23 18:18:03 2023 -0700
  15. 1ca554e Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · Thu Feb 23 18:18:02 2023 -0700
  16. b4af458 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · Mon Feb 13 08:56:38 2023 -0700
  17. 4023964 patman: symlink top level .checkpatch.conf by Maxim Cournoyer · Fri Jan 13 08:50:50 2023 -0500
  18. 6a407e1 Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" by Maxim Cournoyer · Fri Jan 13 08:50:49 2023 -0500
  19. 3ef23e9 patman: add '--get-maintainer-script' argument by Maxim Cournoyer · Tue Dec 20 00:28:46 2022 -0500
  20. cb8d3b1 patman: additionally honor a local .patman config file by Maxim Cournoyer · Tue Dec 20 00:38:41 2022 -0500
  21. 64a690f patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · Tue Dec 20 00:38:40 2022 -0500
  22. da6f7cf patman: set the default config_fname argument value to None by Maxim Cournoyer · Tue Dec 20 00:38:39 2022 -0500
  23. a81a41f patman: import gitutil module where it is needed by Maxim Cournoyer · Tue Dec 20 00:38:38 2022 -0500
  24. cc38d35 patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · Tue Dec 20 00:38:37 2022 -0500
  25. 97f4d76 patman: fix pep8 warnings in settings module by Maxim Cournoyer · Tue Dec 20 00:38:36 2022 -0500
  26. 6a3f71c patman: document default 'send' command by Maxim Cournoyer · Mon Dec 19 17:32:45 2022 -0500
  27. c9f6554 patman: document how to run test suite via pytest by Maxim Cournoyer · Mon Dec 19 17:32:44 2022 -0500
  28. cda0012 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · Mon Dec 19 17:32:43 2022 -0500
  29. 0e54e70 patman: add pytest configuration file by Maxim Cournoyer · Mon Dec 19 17:32:42 2022 -0500
  30. def31ed patman: rename main script to __main__.py by Maxim Cournoyer · Mon Dec 19 17:32:41 2022 -0500
  31. 2f3abd6 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · Mon Dec 19 17:32:40 2022 -0500
  32. 0331edb patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · Mon Dec 19 17:32:39 2022 -0500
  33. 9a196fb patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · Mon Dec 19 17:32:38 2022 -0500
  34. 124acc9 patman: locate README.rst via importlib by Maxim Cournoyer · Fri Dec 16 20:45:29 2022 -0500
  35. 1484c1a patman: fix installation of README.rst data file by Maxim Cournoyer · Fri Dec 16 20:45:28 2022 -0500
  36. fcf2e85 patman: remove extraneous imports by Maxim Cournoyer · Fri Dec 16 20:45:27 2022 -0500
  37. 6c12497 patman: Switch to setuptools by Sean Anderson · Sun Nov 27 16:55:02 2022 -0500
  38. 14f8ef6 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · Sun Dec 04 10:14:14 2022 -0500
  39. 8c73b76 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · Wed Aug 17 12:47:07 2022 -0600
  40. a1975d9 patman: Fix version table by Simon Glass · Wed Aug 17 12:47:06 2022 -0600
  41. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · Sat Aug 13 11:40:42 2022 -0600
  42. 5881641 patman: Put the coverage command-line last by Simon Glass · Sat Aug 13 11:40:41 2022 -0600
  43. c8ab031 patman: Add documentation to doc/ by Simon Glass · Tue Aug 09 13:49:57 2022 -0600
  44. be4f271 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · Tue Jul 19 14:56:27 2022 -0700
  45. 461df86 patman: Fix defaults not propagating to subparsers by Sean Anderson · Fri Apr 29 10:53:34 2022 -0400
  46. 5168601 patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · Sat Apr 02 20:06:08 2022 +0300
  47. fedac7b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · Sat Apr 02 20:06:07 2022 +0300
  48. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · Sat Apr 02 20:06:06 2022 +0300
  49. 71e9a4c patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · Sat Apr 02 20:06:05 2022 +0300
  50. 5266463 patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · Sat Apr 02 20:06:04 2022 +0300
  51. 259b64f patman: Define Commit.path in the constructor by Simon Glass · Wed Mar 02 19:12:24 2022 -0700
  52. 547cba6 patman: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:18 2022 -0700
  53. 0281158 patman: Convert camel case in terminal.py by Simon Glass · Sat Jan 29 14:14:18 2022 -0700
  54. f45d374 patman: Rename Color() method to build() by Simon Glass · Sat Jan 29 14:14:17 2022 -0700
  55. 1f1e830 patman: Rename Print() to Tprint() by Simon Glass · Sat Jan 29 14:14:16 2022 -0700
  56. 011f1b3 patman: Convert camel case in tout.py by Simon Glass · Sat Jan 29 14:14:15 2022 -0700
  57. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · Sat Jan 29 14:14:14 2022 -0700
  58. 88a9ec2 patman: Convert camel case in test_checkpatch.py by Simon Glass · Sat Jan 29 14:14:13 2022 -0700
  59. 1908d354 patman: Convert camel case in project.py by Simon Glass · Sat Jan 29 14:14:12 2022 -0700
  60. 761648b patman: Convert camel case in gitutil.py by Simon Glass · Sat Jan 29 14:14:11 2022 -0700
  61. 9b0b023 patman: Convert camel case in get_maintainer.py by Simon Glass · Sat Jan 29 14:14:10 2022 -0700
  62. d85bb8f patman: Convert camel case in func_test.py by Simon Glass · Sat Jan 29 14:14:09 2022 -0700
  63. 4c0557b patman: Convert camel case in cros_subprocess.py by Simon Glass · Sat Jan 29 14:14:08 2022 -0700
  64. 530ac27 patman: Convert camel case in commit.py by Simon Glass · Sat Jan 29 14:14:07 2022 -0700
  65. d84e84a patman: Convert camel case in checkpatch.py by Simon Glass · Sat Jan 29 14:14:06 2022 -0700
  66. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  67. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  68. c27d22d patman: Update test_util to run doc tests by Simon Glass · Sat Jan 22 05:07:28 2022 -0700
  69. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  70. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  71. 835b0e9 patman: Add a function to find a tool on the path by Simon Glass · Sun Jan 09 20:13:43 2022 -0700
  72. 9158060 patman: Tidy up the download function a little by Simon Glass · Sun Jan 09 20:13:42 2022 -0700
  73. 25885d1 buildman: Move the download function to tools by Simon Glass · Sun Jan 09 20:13:41 2022 -0700
  74. 6d493a5 patman: Allow running a tool and returning the full result by Simon Glass · Sun Jan 09 20:13:40 2022 -0700
  75. fc568d8 patman: Update the list of modules by Simon Glass · Sun Nov 21 20:48:38 2021 -0700
  76. 94c775d patman: Support absolute and ~user-relative alias files by Brian Norris · Fri Jan 07 15:15:55 2022 -0800
  77. 6db1e32 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · Wed Nov 03 21:09:14 2021 -0600
  78. dc1cd13 patman: Add "postfix" support to patch subjects by Sean Anderson · Fri Oct 22 19:07:04 2021 -0400
  79. 146b602 buildman: Detect Kconfig loops by Simon Glass · Tue Oct 19 21:43:24 2021 -0600
  80. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  81. ce7efa0 tools: Handle PAGER containing arguments by Paul Barker · Wed Sep 08 12:38:02 2021 +0100
  82. 25ecd97 tools: Refactor full help printing by Paul Barker · Wed Sep 08 12:38:01 2021 +0100
  83. 6a222e6 patman: Avoid blank lines between tags by Simon Glass · Sun Aug 01 16:02:39 2021 -0600
  84. 6bbdd0c patman: add warning for invalid tag by Patrick Delaunay · Thu Jul 22 16:51:42 2021 +0200
  85. 1e689d2 patman: Use bytearray instead of string by Simon Glass · Tue Jul 06 10:36:40 2021 -0600
  86. b87eac8f binman: Put compressed data into separate files by Simon Glass · Tue Jul 06 10:36:36 2021 -0600
  87. 2cec579 tools: Fix default target compile tools in Python tools by Alper Nebi Yasak · Mon Jun 07 21:11:37 2021 +0300
  88. ec7378b patman: Parse checkpatch by message instead of by line by Evan Benn · Thu Apr 01 13:49:30 2021 +1100
  89. 488ea97 patman: Assume we always have pygit2 for tests by Tom Rini · Fri Feb 26 07:52:31 2021 -0500
  90. 50fe43f checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · Thu Mar 11 00:15:45 2021 -0500
  91. b310656 patman: Continue on if warnings are found outside a commit by Simon Glass · Mon Mar 22 18:01:42 2021 +1300
  92. eb751fd binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · Thu Mar 18 20:25:03 2021 +1300
  93. 9bbcf9b patman: Use less for help file, if available by Nicolas Boichat · Wed Feb 17 18:41:43 2021 +0800
  94. 1f975b9 patman: Quieten down the alias checking by Simon Glass · Sat Jan 23 08:56:15 2021 -0700
  95. 541186e patman: Update documentation to match new usage by Simon Glass · Sat Jan 23 08:56:14 2021 -0700
  96. 49d092f fix patman --limit-cc option by Bernhard Kirchen · Fri Jan 29 15:10:08 2021 +0100
  97. 9920989 patman: Correct lz4 compression parameters by Simon Glass · Wed Jan 06 21:35:11 2021 -0700
  98. 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
  99. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  100. 4e8e846 dtoc: Add an 'all' command by Simon Glass · Mon Dec 28 20:34:52 2020 -0700