1. 80c2ebc patman: Add --thread option by Mateusz Kulikowski · 9 years ago
  2. 41d176f Revert "patman: use -D option for git format-patch" by Masahiro Yamada · 9 years ago
  3. 420d4ee buildman: Correct 'Series-cover-cc' detection logic by Simon Glass · 9 years ago
  4. 4990323 patman: use -D option for git format-patch by Masahiro Yamada · 9 years ago
  5. 2b68b36 patman: Don't run patman when it is imported as a module by Simon Glass · 9 years ago
  6. 464a0e9 patman: add distutils based installer by Chris Packham · 9 years ago
  7. 9873b91 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · 10 years ago
  8. 393aaa2 patman: cover letter shows like 00/xx if more than 10 patches by Wu, Josh · 10 years ago
  9. 3338269 patman: Read in the git-mailrc alias file by Simon Glass · 10 years ago
  10. 7e92f5c buildman: Fix incorrect arguemnt in GetUpstream() by Simon Glass · 10 years ago
  11. b04c62b patman: Explain how to make doc/git-mailrc work by Simon Glass · 10 years ago
  12. 616a0ab patman: Check commit_match before stripping leading whitespace by Scott Wood · 10 years ago
  13. c6af802 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  14. 5eeef46 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  15. f204ab1 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  16. baec684 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  17. 46b84d8 patman: Add a -m option to avoid copying the maintainers by Simon Glass · 10 years ago
  18. fbf8ee0 patman: make run results better visible by Vadim Bendebury · 10 years ago
  19. 359b55a6 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  20. 4e5d6bc patman: Start with a clean series when needed by Simon Glass · 10 years ago
  21. de38497 patman: Provide a way to intercept commands for testing by Simon Glass · 10 years ago
  22. f1bf686 patman: RunPipe() should not pipe stdout/stderr unless asked by Simon Glass · 10 years ago
  23. fb35f9f patman: Add a way of recording terminal output for testing by Simon Glass · 10 years ago
  24. 81bcca8 patman: Fix detection of git version by Simon Glass · 10 years ago
  25. 27374d3 patman: Avoid changing the order of tags by Simon Glass · 10 years ago
  26. 5f4e00d patman: Use --no-pager' to stop git from forking a pager by Simon Glass · 10 years ago
  27. e6e96d9 patman: Remove the -a option by Simon Glass · 10 years ago
  28. b0cd341 patman: Correct unit tests to run correctly by Simon Glass · 10 years ago
  29. 381fad8 patman: Fix indentation in terminal.py by Simon Glass · 10 years ago
  30. 299b909 patman: Support the 'reverse' option for 'git log' by Simon Glass · 10 years ago
  31. a97f35f patman: refactor help message by Masahiro Yamada · 10 years ago
  32. 880828d tools, scripts: refactor error-out statements of Python scripts by Masahiro Yamada · 10 years ago
  33. 6af913d patman: Only use git's --no-decorate when available by Simon Glass · 10 years ago
  34. b9dbcb4 patman: Move the 'git log' command into a function by Simon Glass · 10 years ago
  35. d91f5b9 patman: make "No recipient" checking more tolerant by Masahiro Yamada · 10 years ago
  36. 7ac2d30 patman: Only apply patches when we know the original HEAD by Simon Glass · 10 years ago
  37. 88872ea patman: Suppress duplicate signoffs only for real patches by Simon Glass · 11 years ago
  38. 46b3421 patman: Avoid duplicate sign-offs by Simon Glass · 11 years ago
  39. 0c3e9c1 patman: Deal with 'git apply' failures correctly by Simon Glass · 11 years ago
  40. f7f0199 patman: Use Patch-cc: instead of Cc: by Simon Glass · 11 years ago
  41. d880efd patman: add Commit-notes tag and section by Albert ARIBAUD · 11 years ago
  42. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  43. da255af patman: README documentation nits (unit test) by Gerhard Sittig · 11 years ago
  44. d2e9538 buildman: Produce a sensible error message when branch is missing by Simon Glass · 12 years ago
  45. f0e5e92 patman: Do not hardcode python path by Michal Simek · 12 years ago
  46. 29c5abc buildman: Allow conflicting tags to avoid spurious errors by Simon Glass · 12 years ago
  47. 6931059 patman: fix gitutil for decorations by Andreas Bießmann · 12 years ago
  48. ec1d042 patman: Add Series-process-log tag to sort/uniq change logs by Simon Glass · 12 years ago
  49. 197ad28 patman: Add -a option to refrain from test-applying the patches by Simon Glass · 12 years ago
  50. 21c325f patman: Don't barf if the word 'commit' starts a line by Doug Anderson · 12 years ago
  51. 12ea5f4 patman: Provide option to ignore bad aliases by Simon Glass · 12 years ago
  52. 5da2a78 patman: Ignore all Gerrit Commit-* tags by Simon Glass · 12 years ago
  53. 33bdd9e patman: Minor help message/README fixes by Simon Glass · 12 years ago
  54. 14ab6aa patman: Fix the comment in CheckTags to mention multiple tags by Simon Glass · 12 years ago
  55. 4e77468 patman: Don't allow spaces in tags by Simon Glass · 12 years ago
  56. 0495abf patman: Fix up checkpatch parsing to deal with 'CHECK' lines by Simon Glass · 12 years ago
  57. c72f3da patman: Add Cover-letter-cc tag to Cc cover letter to people by Simon Glass · 12 years ago
  58. 06f27ac patman: Allow specifying the message ID your series is in reply to by Doug Anderson · 12 years ago
  59. 80113ff patman: Make "Reviewed-by" an important tag by Doug Anderson · 12 years ago
  60. 11aba51 patman: Add additional git utilties by Simon Glass · 12 years ago
  61. 680da3c patman: Allow reading metadata from a list of commits by Simon Glass · 12 years ago
  62. 519fad2 patman: Allow commands to raise on error, or not by Simon Glass · 12 years ago
  63. 34e5943 patman: Make command methods return a CommandResult by Simon Glass · 12 years ago
  64. a2460ad patman: Add cros_subprocess library to manage subprocesses by Simon Glass · 12 years ago
  65. f6e5b3b patman: Use bright ANSI colours by default by Simon Glass · 12 years ago
  66. a9f7edb patman: Use ANSI colours only when outputting to a terminal by Simon Glass · 12 years ago
  67. c549f08 patman: Allow use outside of u-boot tree by Vadim Bendebury · 12 years ago
  68. 06a9515 patman: Add settings to the list of modules to doctest by Doug Anderson · 12 years ago
  69. 31ffd7f patman: Add the concept of multiple projects by Doug Anderson · 12 years ago
  70. 3d3077c patman: Add support for settings in .patman by Doug Anderson · 12 years ago
  71. c2c84bc patman: Add a call to get_maintainer.pl if it exists by Doug Anderson · 12 years ago
  72. 05416af patman: Add all CC addresses to the cover letter by Doug Anderson · 12 years ago
  73. 507e8e8 patman: Cache the CC list from MakeCcFile() for use in ShowActions() by Doug Anderson · 12 years ago
  74. 4baede0 patman: Look for checkpatch in the scripts directory by Doug Anderson · 12 years ago
  75. 51d7321 patman: Allow tests to run even if patman is in the path by Doug Anderson · 12 years ago
  76. 3781675 patman: Add spaces back into patman test by Doug Anderson · 12 years ago
  77. aa912af patman: Issue empty change logs for unchanged patches by Simon Glass · 12 years ago
  78. a037dab patman: Add additional tags to ignore by Simon Glass · 12 years ago
  79. 313d448 patman: force git log commands to not use color by Albert ARIBAUD · 12 years ago
  80. eb1526c patman: Handle checkpatch.pl not providing file/line info by Simon Glass · 12 years ago
  81. e7ecd3f patman: Support Series-name tag to name a series by Simon Glass · 12 years ago
  82. cc1fbaa patman: Use reverse order for changelog by Otavio Salvador · 12 years ago
  83. 3fbb942 patman: Do not Cc addresses included in To list by Otavio Salvador · 12 years ago
  84. fe07d07 patman: Allow for changelog use in first version of a series by Otavio Salvador · 12 years ago
  85. 98c5e79 patman: don't mess with signoffs by Ilya Yanok · 12 years ago
  86. 48ab4c6 patman: don't mess with changelog by Ilya Yanok · 12 years ago
  87. cedee80 patman: don't pick changes while processing patches by Ilya Yanok · 12 years ago
  88. 644c184 patman: fix end of changes detection by Ilya Yanok · 12 years ago
  89. 12fb29a patman: Handle creation of patman config file by Vikram Narayanan · 13 years ago
  90. c387d36d patman: Change the location of patman config file by Vikram Narayanan · 13 years ago
  91. e95ea8c patman: Change the location of patman path by Vikram Narayanan · 13 years ago
  92. 867ad2a patman: Fix a typo error by Vikram Narayanan · 13 years ago
  93. 302007e Prepare v2012.04 by Wolfgang Denk · 13 years ago
  94. 2613288 Add 'patman' patch generation, checking and submission script by Simon Glass · 13 years ago