| Commit message (Expand) | Author | Age | Files | Lines |
* | patman: fix some typos in comments | Anatolij Gustschin | 2019-11-14 | 1 | -2/+2 |
* | patman: Tidy up a few more unicode conversions | Simon Glass | 2019-07-10 | 1 | -3/+1 |
* | patman: Move unicode helpers to tools | Simon Glass | 2019-07-10 | 1 | -2/+2 |
* | patman: Convert print statements to Python 3 | Simon Glass | 2019-07-10 | 1 | -5/+5 |
* | patman: Update cros_subprocess to use bytes | Simon Glass | 2019-07-10 | 1 | -0/+2 |
* | patman: Support using a particular SMTP server | Simon Glass | 2018-06-23 | 1 | -1/+5 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | patman: Rename 'str' variable in EmailPatches() | Simon Glass | 2017-06-08 | 1 | -3/+3 |
* | patman: Adjust handling of unicode email address | Simon Glass | 2017-06-08 | 1 | -0/+2 |
* | patman: Make exception handling python 3.x safe | Paul Burton | 2016-10-09 | 1 | -6/+6 |
* | patman: Make print statements python 3.x safe | Paul Burton | 2016-10-09 | 1 | -3/+3 |
* | patman: Adjust command.Output() to raise an error by default | Simon Glass | 2016-09-18 | 1 | -1/+2 |
* | buildman: Allow branch names which conflict with directories | Simon Glass | 2016-03-17 | 1 | -0/+5 |
* | patman: Add --thread option | Mateusz Kulikowski | 2016-01-20 | 1 | -1/+5 |
* | Revert "patman: use -D option for git format-patch" | Masahiro Yamada | 2015-09-09 | 1 | -1/+1 |
* | patman: use -D option for git format-patch | Masahiro Yamada | 2015-08-26 | 1 | -1/+1 |
* | patman: check git format.subjectprefix setting when generate patches prefix | Wu, Josh | 2015-04-23 | 1 | -0/+11 |
* | buildman: Fix incorrect arguemnt in GetUpstream() | Simon Glass | 2015-02-15 | 1 | -1/+1 |
* | patman: Make dry-run output match real functionality | Peter Tyser | 2015-01-30 | 1 | -1/+2 |
* | buildman: Allow specifying a range of commits to build | Simon Glass | 2015-01-14 | 1 | -5/+19 |
* | buildman: Try to guess the upstream commit | Simon Glass | 2015-01-14 | 1 | -9/+59 |
* | patman: RunPipe() should not pipe stdout/stderr unless asked | Simon Glass | 2014-09-09 | 1 | -3/+5 |
* | patman: Fix detection of git version | Simon Glass | 2014-09-05 | 1 | -0/+2 |
* | patman: Use --no-pager' to stop git from forking a pager | Simon Glass | 2014-09-05 | 1 | -1/+1 |
* | patman: Remove the -a option | Simon Glass | 2014-09-05 | 1 | -88/+0 |
* | patman: Correct unit tests to run correctly | Simon Glass | 2014-09-05 | 1 | -4/+4 |
* | patman: Support the 'reverse' option for 'git log' | Simon Glass | 2014-08-28 | 1 | -0/+2 |
* | patman: Only use git's --no-decorate when available | Simon Glass | 2014-08-13 | 1 | -1/+8 |
* | patman: Move the 'git log' command into a function | Simon Glass | 2014-08-13 | 1 | -5/+28 |
* | patman: make "No recipient" checking more tolerant | Masahiro Yamada | 2014-07-28 | 1 | -3/+8 |
* | patman: Only apply patches when we know the original HEAD | Simon Glass | 2014-07-07 | 1 | -0/+4 |
* | patman: Deal with 'git apply' failures correctly | Simon Glass | 2014-05-09 | 1 | -2/+4 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | buildman: Produce a sensible error message when branch is missing | Simon Glass | 2013-05-14 | 1 | -6/+15 |
* | patman: fix gitutil for decorations | Andreas Bießmann | 2013-04-18 | 1 | -3/+5 |
* | patman: Provide option to ignore bad aliases | Simon Glass | 2013-04-08 | 1 | -18/+47 |
* | patman: Allow specifying the message ID your series is in reply to | Doug Anderson | 2013-04-04 | 1 | -1/+6 |
* | patman: Add additional git utilties | Simon Glass | 2013-04-04 | 1 | -1/+123 |
* | patman: Allow commands to raise on error, or not | Simon Glass | 2013-04-04 | 1 | -1/+2 |
* | patman: Make command methods return a CommandResult | Simon Glass | 2013-04-04 | 1 | -1/+1 |
* | patman: Add support for settings in .patman | Doug Anderson | 2013-01-31 | 1 | -2/+0 |
* | patman: Allow tests to run even if patman is in the path | Doug Anderson | 2013-01-31 | 1 | -2/+9 |
* | patman: force git log commands to not use color | Albert ARIBAUD | 2012-10-19 | 1 | -1/+1 |
* | patman: Handle creation of patman config file | Vikram Narayanan | 2012-06-19 | 1 | -0/+18 |
* | Add 'patman' patch generation, checking and submission script | Simon Glass | 2012-04-21 | 1 | -0/+372 |