Age | Commit message (Expand) | Author |
2015-01-14 | buildman: Allow specifying a range of commits to build | Simon Glass |
2015-01-14 | buildman: Try to guess the upstream commit | Simon Glass |
2014-11-26 | patman: Use the full commit hash for 'git checkout' | Simon Glass |
2014-09-21 | patman: Add a -m option to avoid copying the maintainers | Simon Glass |
2014-09-09 | patman: make run results better visible | Vadim Bendebury |
2014-09-09 | buildman: Ignore conflicting tags | Simon Glass |
2014-09-09 | patman: Start with a clean series when needed | Simon Glass |
2014-09-09 | patman: Provide a way to intercept commands for testing | Simon Glass |
2014-09-09 | patman: RunPipe() should not pipe stdout/stderr unless asked | Simon Glass |
2014-09-09 | patman: Add a way of recording terminal output for testing | Simon Glass |
2014-09-05 | patman: Fix detection of git version | Simon Glass |
2014-09-05 | patman: Avoid changing the order of tags | Simon Glass |
2014-09-05 | patman: Use --no-pager' to stop git from forking a pager | Simon Glass |
2014-09-05 | patman: Remove the -a option | Simon Glass |
2014-09-05 | patman: Correct unit tests to run correctly | Simon Glass |
2014-09-05 | patman: Fix indentation in terminal.py | Simon Glass |
2014-08-28 | patman: Support the 'reverse' option for 'git log' | Simon Glass |
2014-08-22 | patman: refactor help message | Masahiro Yamada |
2014-08-21 | tools, scripts: refactor error-out statements of Python scripts | Masahiro Yamada |
2014-08-13 | patman: Only use git's --no-decorate when available | Simon Glass |
2014-08-13 | patman: Move the 'git log' command into a function | Simon Glass |
2014-07-28 | patman: make "No recipient" checking more tolerant | Masahiro Yamada |
2014-07-07 | patman: Only apply patches when we know the original HEAD | Simon Glass |
2014-05-16 | patman: Suppress duplicate signoffs only for real patches | Simon Glass |
2014-05-09 | patman: Avoid duplicate sign-offs | Simon Glass |
2014-05-09 | patman: Deal with 'git apply' failures correctly | Simon Glass |
2014-03-22 | patman: Use Patch-cc: instead of Cc: | Simon Glass |
2013-11-21 | patman: add Commit-notes tag and section | Albert ARIBAUD |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-07-15 | patman: README documentation nits (unit test) | Gerhard Sittig |
2013-05-14 | buildman: Produce a sensible error message when branch is missing | Simon Glass |
2013-05-09 | patman: Do not hardcode python path | Michal Simek |
2013-05-09 | buildman: Allow conflicting tags to avoid spurious errors | Simon Glass |
2013-04-18 | patman: fix gitutil for decorations | Andreas Bießmann |
2013-04-08 | patman: Add Series-process-log tag to sort/uniq change logs | Simon Glass |
2013-04-08 | patman: Add -a option to refrain from test-applying the patches | Simon Glass |
2013-04-08 | patman: Don't barf if the word 'commit' starts a line | Doug Anderson |
2013-04-08 | patman: Provide option to ignore bad aliases | Simon Glass |
2013-04-04 | patman: Ignore all Gerrit Commit-* tags | Simon Glass |
2013-04-04 | patman: Minor help message/README fixes | Simon Glass |
2013-04-04 | patman: Fix the comment in CheckTags to mention multiple tags | Simon Glass |
2013-04-04 | patman: Don't allow spaces in tags | Simon Glass |
2013-04-04 | patman: Fix up checkpatch parsing to deal with 'CHECK' lines | Simon Glass |
2013-04-04 | patman: Add Cover-letter-cc tag to Cc cover letter to people | Simon Glass |
2013-04-04 | patman: Allow specifying the message ID your series is in reply to | Doug Anderson |
2013-04-04 | patman: Make "Reviewed-by" an important tag | Doug Anderson |
2013-04-04 | patman: Add additional git utilties | Simon Glass |
2013-04-04 | patman: Allow reading metadata from a list of commits | Simon Glass |
2013-04-04 | patman: Allow commands to raise on error, or not | Simon Glass |
2013-04-04 | patman: Make command methods return a CommandResult | Simon Glass |