1. 8d3595a Revert "patman: use -D option for git format-patch" by Masahiro Yamada · 9 years ago
  2. d9917b0 buildman: Correct 'Series-cover-cc' detection logic by Simon Glass · 9 years ago
  3. 19b4a33 patman: use -D option for git format-patch by Masahiro Yamada · 9 years ago
  4. 9649e15 patman: Don't run patman when it is imported as a module by Simon Glass · 9 years ago
  5. 488d19c patman: add distutils based installer by Chris Packham · 9 years ago
  6. 3871cd8 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · 9 years ago
  7. 35ce2dc patman: cover letter shows like 00/xx if more than 10 patches by Wu, Josh · 9 years ago
  8. 8895b3e patman: Read in the git-mailrc alias file by Simon Glass · 10 years ago
  9. 71edbe5 buildman: Fix incorrect arguemnt in GetUpstream() by Simon Glass · 10 years ago
  10. 3d4de98 patman: Explain how to make doc/git-mailrc work by Simon Glass · 10 years ago
  11. 4b89b81 patman: Check commit_match before stripping leading whitespace by Scott Wood · 10 years ago
  12. 2181830 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  13. 5abab20 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  14. 2a9e2c6 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  15. 0b5b409 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  16. 983a274 patman: Add a -m option to avoid copying the maintainers by Simon Glass · 10 years ago
  17. 1f72788 patman: make run results better visible by Vadim Bendebury · 10 years ago
  18. 950a231 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  19. 891b7a0 patman: Start with a clean series when needed by Simon Glass · 10 years ago
  20. 82012dd patman: Provide a way to intercept commands for testing by Simon Glass · 10 years ago
  21. ddaf5c8 patman: RunPipe() should not pipe stdout/stderr unless asked by Simon Glass · 10 years ago
  22. 3c6c0f8 patman: Add a way of recording terminal output for testing by Simon Glass · 10 years ago
  23. 0b703db patman: Fix detection of git version by Simon Glass · 10 years ago
  24. d0c5719 patman: Avoid changing the order of tags by Simon Glass · 10 years ago
  25. 9447a6b patman: Use --no-pager' to stop git from forking a pager by Simon Glass · 10 years ago
  26. 7428dc1 patman: Remove the -a option by Simon Glass · 10 years ago
  27. e752edc patman: Correct unit tests to run correctly by Simon Glass · 10 years ago
  28. 6ba5737 patman: Fix indentation in terminal.py by Simon Glass · 10 years ago
  29. 042a732 patman: Support the 'reverse' option for 'git log' by Simon Glass · 10 years ago
  30. e0a4d06 patman: refactor help message by Masahiro Yamada · 10 years ago
  31. 31e2141 tools, scripts: refactor error-out statements of Python scripts by Masahiro Yamada · 10 years ago
  32. e49f14a patman: Only use git's --no-decorate when available by Simon Glass · 10 years ago
  33. cda2a61 patman: Move the 'git log' command into a function by Simon Glass · 10 years ago
  34. ee860c6 patman: make "No recipient" checking more tolerant by Masahiro Yamada · 10 years ago
  35. 4251978 patman: Only apply patches when we know the original HEAD by Simon Glass · 10 years ago
  36. 6be6b6b patman: Suppress duplicate signoffs only for real patches by Simon Glass · 10 years ago
  37. 102061b patman: Avoid duplicate sign-offs by Simon Glass · 10 years ago
  38. 757f64a patman: Deal with 'git apply' failures correctly by Simon Glass · 10 years ago
  39. 659c89d patman: Use Patch-cc: instead of Cc: by Simon Glass · 11 years ago
  40. 5c8fdd9 patman: add Commit-notes tag and section by Albert ARIBAUD · 11 years ago
  41. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  42. c8605bb patman: README documentation nits (unit test) by Gerhard Sittig · 11 years ago
  43. cce717a buildman: Produce a sensible error message when branch is missing by Simon Glass · 11 years ago
  44. e857075 patman: Do not hardcode python path by Michal Simek · 11 years ago
  45. f0b739f buildman: Allow conflicting tags to avoid spurious errors by Simon Glass · 11 years ago
  46. 2386060 patman: fix gitutil for decorations by Andreas Bießmann · 11 years ago
  47. 645b271 patman: Add Series-process-log tag to sort/uniq change logs by Simon Glass · 12 years ago
  48. 902a971 patman: Add -a option to refrain from test-applying the patches by Simon Glass · 12 years ago
  49. 6861828 patman: Don't barf if the word 'commit' starts a line by Doug Anderson · 12 years ago
  50. a1318f7 patman: Provide option to ignore bad aliases by Simon Glass · 12 years ago
  51. 3fefd5e patman: Ignore all Gerrit Commit-* tags by Simon Glass · 11 years ago
  52. ca706e7 patman: Minor help message/README fixes by Simon Glass · 12 years ago
  53. 0d99fe0 patman: Fix the comment in CheckTags to mention multiple tags by Simon Glass · 12 years ago
  54. ed92227 patman: Don't allow spaces in tags by Simon Glass · 12 years ago
  55. d29fe6e patman: Fix up checkpatch parsing to deal with 'CHECK' lines by Simon Glass · 12 years ago
  56. fe2f8d9 patman: Add Cover-letter-cc tag to Cc cover letter to people by Simon Glass · 12 years ago
  57. 6d81992 patman: Allow specifying the message ID your series is in reply to by Doug Anderson · 12 years ago
  58. 28b3594 patman: Make "Reviewed-by" an important tag by Doug Anderson · 12 years ago
  59. 5f6a1c4 patman: Add additional git utilties by Simon Glass · 12 years ago
  60. e62f905 patman: Allow reading metadata from a list of commits by Simon Glass · 12 years ago
  61. dc19150 patman: Allow commands to raise on error, or not by Simon Glass · 12 years ago
  62. a10fd93 patman: Make command methods return a CommandResult by Simon Glass · 12 years ago
  63. 71162e3 patman: Add cros_subprocess library to manage subprocesses by Simon Glass · 12 years ago
  64. 43bca00 patman: Use bright ANSI colours by default by Simon Glass · 12 years ago
  65. bbd0143 patman: Use ANSI colours only when outputting to a terminal by Simon Glass · 12 years ago
  66. 99adf6e patman: Allow use outside of u-boot tree by Vadim Bendebury · 12 years ago
  67. 656cffe patman: Add settings to the list of modules to doctest by Doug Anderson · 12 years ago
  68. a1dcee8 patman: Add the concept of multiple projects by Doug Anderson · 12 years ago
  69. 8568bae patman: Add support for settings in .patman by Doug Anderson · 12 years ago
  70. 21a19d7 patman: Add a call to get_maintainer.pl if it exists by Doug Anderson · 12 years ago
  71. 3118725 patman: Add all CC addresses to the cover letter by Doug Anderson · 12 years ago
  72. d94566a patman: Cache the CC list from MakeCcFile() for use in ShowActions() by Doug Anderson · 12 years ago
  73. d96ef37 patman: Look for checkpatch in the scripts directory by Doug Anderson · 12 years ago
  74. a970048 patman: Allow tests to run even if patman is in the path by Doug Anderson · 12 years ago
  75. 05d5282 patman: Add spaces back into patman test by Doug Anderson · 12 years ago
  76. 27e9760 patman: Issue empty change logs for unchanged patches by Simon Glass · 12 years ago
  77. 619dd5d patman: Add additional tags to ignore by Simon Glass · 12 years ago
  78. 7f14f30 patman: force git log commands to not use color by Albert ARIBAUD · 12 years ago
  79. afb9bf5 patman: Handle checkpatch.pl not providing file/line info by Simon Glass · 12 years ago
  80. ef0e9de patman: Support Series-name tag to name a series by Simon Glass · 12 years ago
  81. 244e6f9 patman: Use reverse order for changelog by Otavio Salvador · 12 years ago
  82. 43de024 patman: Do not Cc addresses included in To list by Otavio Salvador · 12 years ago
  83. d5f81d8 patman: Allow for changelog use in first version of a series by Otavio Salvador · 12 years ago
  84. c737914 patman: don't mess with signoffs by Ilya Yanok · 12 years ago
  85. 73fe07a patman: don't mess with changelog by Ilya Yanok · 12 years ago
  86. a8840cb patman: don't pick changes while processing patches by Ilya Yanok · 12 years ago
  87. 05e5b73 patman: fix end of changes detection by Ilya Yanok · 12 years ago
  88. 87d6555 patman: Handle creation of patman config file by Vikram Narayanan · 12 years ago
  89. 2b36c75 patman: Change the location of patman config file by Vikram Narayanan · 12 years ago
  90. 330a091 patman: Change the location of patman path by Vikram Narayanan · 12 years ago
  91. 1713247 patman: Fix a typo error by Vikram Narayanan · 12 years ago
  92. 2790bf6 Prepare v2012.04 by Wolfgang Denk · 12 years ago
  93. 0d24de9 Add 'patman' patch generation, checking and submission script by Simon Glass · 13 years ago