| Commit message (Expand) | Author | Age | Files | Lines |
* | patman: Fix doctest StringIO import for python 3.x | Paul Burton | 2016-10-09 | 1 | -5/+8 |
* | patman: Use items() to iterate over dictionaries | Paul Burton | 2016-10-09 | 1 | -1/+1 |
* | patman: Import 'configparser' lower case to be python 3.x safe | Paul Burton | 2016-10-09 | 1 | -1/+5 |
* | patman: Make exception handling python 3.x safe | Paul Burton | 2016-10-09 | 3 | -8/+8 |
* | patman: Make print statements python 3.x safe | Paul Burton | 2016-10-09 | 9 | -52/+58 |
* | patman: Replace tabs with spaces | Paul Burton | 2016-10-09 | 1 | -2/+2 |
* | patman: Flush output when there is no newline | Simon Glass | 2016-10-09 | 1 | -0/+2 |
* | patman: Add a library to handle logging and progress | Simon Glass | 2016-09-18 | 1 | -0/+166 |
* | patman: Add a tools library for using temporary files | Simon Glass | 2016-09-18 | 1 | -0/+120 |
* | patman: Adjust command.Output() to raise an error by default | Simon Glass | 2016-09-18 | 3 | -4/+7 |
* | tools: patman: Handle missing 'END' in non-last commit of a series | Bin Meng | 2016-07-11 | 1 | -2/+3 |
* | tools: patman: Handle missing blank line for 'Series-changes' | Bin Meng | 2016-07-11 | 1 | -2/+8 |
* | tools: patman: Generate cover letter correctly when 'END' is missing | Bin Meng | 2016-07-11 | 1 | -0/+8 |
* | tools: patman: Handle tag sections without an 'END' | Bin Meng | 2016-07-11 | 1 | -0/+20 |
* | tools: patman: Use cover_match for 'Cover-letter' | Bin Meng | 2016-07-11 | 1 | -1/+2 |
* | buildman: Allow branch names which conflict with directories | Simon Glass | 2016-03-17 | 1 | -0/+5 |
* | buildman: patman: Fix -H when installed as a symlink | Simon Glass | 2016-03-14 | 1 | -1/+2 |
* | patman: Add a missing space in GetMetaDataForList() | Simon Glass | 2016-03-14 | 1 | -1/+1 |
* | patman: fix series-notes handling for buildman | Albert ARIBAUD | 2016-02-24 | 1 | -1/+4 |
* | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | 1 | -1/+1 |
* | patman: Add --thread option | Mateusz Kulikowski | 2016-01-20 | 2 | -2/+8 |
* | Revert "patman: use -D option for git format-patch" | Masahiro Yamada | 2015-09-09 | 1 | -1/+1 |
* | buildman: Correct 'Series-cover-cc' detection logic | Simon Glass | 2015-08-31 | 1 | -1/+1 |
* | patman: use -D option for git format-patch | Masahiro Yamada | 2015-08-26 | 1 | -1/+1 |
* | patman: Don't run patman when it is imported as a module | Simon Glass | 2015-07-31 | 1 | -1/+4 |
* | patman: add distutils based installer | Chris Packham | 2015-07-28 | 4 | -8/+39 |
* | patman: check git format.subjectprefix setting when generate patches prefix | Wu, Josh | 2015-04-23 | 3 | -2/+23 |
* | patman: cover letter shows like 00/xx if more than 10 patches | Wu, Josh | 2015-04-18 | 1 | -2/+5 |
* | patman: Read in the git-mailrc alias file | Simon Glass | 2015-02-15 | 1 | -0/+27 |
* | buildman: Fix incorrect arguemnt in GetUpstream() | Simon Glass | 2015-02-15 | 1 | -1/+1 |
* | patman: Explain how to make doc/git-mailrc work | Simon Glass | 2015-01-30 | 1 | -5/+8 |
* | patman: Check commit_match before stripping leading whitespace | Scott Wood | 2015-01-30 | 1 | -1/+3 |
* | patman: Make dry-run output match real functionality | Peter Tyser | 2015-01-30 | 2 | -14/+10 |
* | 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: Use the full commit hash for 'git checkout' | Simon Glass | 2014-11-26 | 1 | -2/+1 |
* | patman: Add a -m option to avoid copying the maintainers | Simon Glass | 2014-09-21 | 3 | -5/+12 |
* | patman: make run results better visible | Vadim Bendebury | 2014-09-09 | 1 | -1/+6 |
* | buildman: Ignore conflicting tags | Simon Glass | 2014-09-09 | 1 | -1/+3 |
* | patman: Start with a clean series when needed | Simon Glass | 2014-09-09 | 1 | -1/+3 |
* | patman: Provide a way to intercept commands for testing | Simon Glass | 2014-09-09 | 1 | -0/+20 |
* | patman: RunPipe() should not pipe stdout/stderr unless asked | Simon Glass | 2014-09-09 | 2 | -3/+7 |
* | patman: Add a way of recording terminal output for testing | Simon Glass | 2014-09-09 | 1 | -0/+72 |
* | patman: Fix detection of git version | Simon Glass | 2014-09-05 | 1 | -0/+2 |
* | patman: Avoid changing the order of tags | Simon Glass | 2014-09-05 | 1 | -13/+1 |
* | 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 | 2 | -95/+0 |
* | patman: Correct unit tests to run correctly | Simon Glass | 2014-09-05 | 4 | -14/+22 |
* | patman: Fix indentation in terminal.py | Simon Glass | 2014-09-05 | 1 | -53/+55 |
* | patman: Support the 'reverse' option for 'git log' | Simon Glass | 2014-08-28 | 1 | -0/+2 |