summaryrefslogtreecommitdiff
path: root/tools/patman
Commit message (Expand)AuthorAgeLines
* patman: Handle non-ascii characters in namesChris Packham2017-02-08-1/+2
* patman: Format checkpatch messages for IDE throwbackSimon Glass2017-02-08-2/+3
* patman: Fix doctest StringIO import for python 3.xPaul Burton2016-10-09-5/+8
* patman: Use items() to iterate over dictionariesPaul Burton2016-10-09-1/+1
* patman: Import 'configparser' lower case to be python 3.x safePaul Burton2016-10-09-1/+5
* patman: Make exception handling python 3.x safePaul Burton2016-10-09-8/+8
* patman: Make print statements python 3.x safePaul Burton2016-10-09-52/+58
* patman: Replace tabs with spacesPaul Burton2016-10-09-2/+2
* patman: Flush output when there is no newlineSimon Glass2016-10-09-0/+2
* patman: Add a library to handle logging and progressSimon Glass2016-09-18-0/+166
* patman: Add a tools library for using temporary filesSimon Glass2016-09-18-0/+120
* patman: Adjust command.Output() to raise an error by defaultSimon Glass2016-09-18-4/+7
* tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng2016-07-11-2/+3
* tools: patman: Handle missing blank line for 'Series-changes'Bin Meng2016-07-11-2/+8
* tools: patman: Generate cover letter correctly when 'END' is missingBin Meng2016-07-11-0/+8
* tools: patman: Handle tag sections without an 'END'Bin Meng2016-07-11-0/+20
* tools: patman: Use cover_match for 'Cover-letter'Bin Meng2016-07-11-1/+2
* buildman: Allow branch names which conflict with directoriesSimon Glass2016-03-17-0/+5
* buildman: patman: Fix -H when installed as a symlinkSimon Glass2016-03-14-1/+2
* patman: Add a missing space in GetMetaDataForList()Simon Glass2016-03-14-1/+1
* patman: fix series-notes handling for buildmanAlbert ARIBAUD2016-02-24-1/+4
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-1/+1
* patman: Add --thread optionMateusz Kulikowski2016-01-20-2/+8
* Revert "patman: use -D option for git format-patch"Masahiro Yamada2015-09-09-1/+1
* buildman: Correct 'Series-cover-cc' detection logicSimon Glass2015-08-31-1/+1
* patman: use -D option for git format-patchMasahiro Yamada2015-08-26-1/+1
* patman: Don't run patman when it is imported as a moduleSimon Glass2015-07-31-1/+4
* patman: add distutils based installerChris Packham2015-07-28-8/+39
* patman: check git format.subjectprefix setting when generate patches prefixWu, Josh2015-04-23-2/+23
* patman: cover letter shows like 00/xx if more than 10 patchesWu, Josh2015-04-18-2/+5
* patman: Read in the git-mailrc alias fileSimon Glass2015-02-15-0/+27
* buildman: Fix incorrect arguemnt in GetUpstream()Simon Glass2015-02-15-1/+1
* patman: Explain how to make doc/git-mailrc workSimon Glass2015-01-30-5/+8
* patman: Check commit_match before stripping leading whitespaceScott Wood2015-01-30-1/+3
* patman: Make dry-run output match real functionalityPeter Tyser2015-01-30-14/+10
* buildman: Allow specifying a range of commits to buildSimon Glass2015-01-14-5/+19
* buildman: Try to guess the upstream commitSimon Glass2015-01-14-9/+59
* patman: Use the full commit hash for 'git checkout'Simon Glass2014-11-26-2/+1
* patman: Add a -m option to avoid copying the maintainersSimon Glass2014-09-21-5/+12
* patman: make run results better visibleVadim Bendebury2014-09-09-1/+6
* buildman: Ignore conflicting tagsSimon Glass2014-09-09-1/+3
* patman: Start with a clean series when neededSimon Glass2014-09-09-1/+3
* patman: Provide a way to intercept commands for testingSimon Glass2014-09-09-0/+20
* patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass2014-09-09-3/+7
* patman: Add a way of recording terminal output for testingSimon Glass2014-09-09-0/+72
* patman: Fix detection of git versionSimon Glass2014-09-05-0/+2
* patman: Avoid changing the order of tagsSimon Glass2014-09-05-13/+1
* patman: Use --no-pager' to stop git from forking a pagerSimon Glass2014-09-05-1/+1
* patman: Remove the -a optionSimon Glass2014-09-05-95/+0
* patman: Correct unit tests to run correctlySimon Glass2014-09-05-14/+22