summaryrefslogtreecommitdiffstats
path: root/tools/patman
Commit message (Expand)AuthorAgeFilesLines
* binman: Move capture_sys_output() to test_utilSimon Glass2018-07-091-0/+21
* binman: Move coverage logic into a new test_util fileSimon Glass2018-07-091-0/+64
* patman: Support using a particular SMTP serverSimon Glass2018-06-233-2/+10
* patman: add test for SPDX licenseChris Packham2018-06-231-2/+16
* patman: add option for limiting the Cc listChris Packham2018-06-233-3/+9
* patman: Fix unit tests for SPDXSimon Glass2018-06-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0717-37/+19
* host-tools: use python2 explicitly for shebangMasahiro Yamada2018-01-281-1/+1
* patman: Unquote output from get_maintainer.plStefan BrĂ¼ns2018-01-211-1/+2
* patman: Fix up tests to pass with newest checkpatchSimon Glass2017-11-221-15/+26
* patman: Fix error when the email blacklist is missingSimon Glass2017-09-131-3/+25
* patman: add support for omitting bouncing addressesChris Packham2017-09-113-0/+35
* patman: Add a functional testSimon Glass2017-06-087-2/+459
* patman: Rename 'list' variable in MakeCcFile()Simon Glass2017-06-081-10/+10
* patman: Add a maintainer test feature to MakeCcFile()Simon Glass2017-06-081-2/+6
* patman: Add unicode to test patchesSimon Glass2017-06-081-0/+9
* patman: Don't return the series in FixPatches()Simon Glass2017-06-082-3/+2
* patman: Don't report unicode characterSimon Glass2017-06-081-9/+0
* patman: Rename 'str' variable in EmailPatches()Simon Glass2017-06-081-3/+3
* patman: Don't convert input data to unicodeSimon Glass2017-06-081-4/+0
* patman: Adjust handling of unicode email addressSimon Glass2017-06-082-3/+9
* patman: encode CC list to UTF-8Philipp Tomsich2017-06-081-2/+2
* patman: Convert byte arrays to stringsGeorge McCollister2017-04-131-0/+4
* patman: Handle non-ascii characters in namesChris Packham2017-02-081-1/+2
* patman: Format checkpatch messages for IDE throwbackSimon Glass2017-02-081-2/+3
* patman: Fix doctest StringIO import for python 3.xPaul Burton2016-10-091-5/+8
* patman: Use items() to iterate over dictionariesPaul Burton2016-10-091-1/+1
* patman: Import 'configparser' lower case to be python 3.x safePaul Burton2016-10-091-1/+5
* patman: Make exception handling python 3.x safePaul Burton2016-10-093-8/+8
* patman: Make print statements python 3.x safePaul Burton2016-10-099-52/+58
* patman: Replace tabs with spacesPaul Burton2016-10-091-2/+2
* patman: Flush output when there is no newlineSimon Glass2016-10-091-0/+2
* patman: Add a library to handle logging and progressSimon Glass2016-09-181-0/+166
* patman: Add a tools library for using temporary filesSimon Glass2016-09-181-0/+120
* patman: Adjust command.Output() to raise an error by defaultSimon Glass2016-09-183-4/+7
* tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng2016-07-111-2/+3
* tools: patman: Handle missing blank line for 'Series-changes'Bin Meng2016-07-111-2/+8
* tools: patman: Generate cover letter correctly when 'END' is missingBin Meng2016-07-111-0/+8
* tools: patman: Handle tag sections without an 'END'Bin Meng2016-07-111-0/+20
* tools: patman: Use cover_match for 'Cover-letter'Bin Meng2016-07-111-1/+2
* buildman: Allow branch names which conflict with directoriesSimon Glass2016-03-171-0/+5
* buildman: patman: Fix -H when installed as a symlinkSimon Glass2016-03-141-1/+2
* patman: Add a missing space in GetMetaDataForList()Simon Glass2016-03-141-1/+1
* patman: fix series-notes handling for buildmanAlbert ARIBAUD2016-02-241-1/+4
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* patman: Add --thread optionMateusz Kulikowski2016-01-202-2/+8
* Revert "patman: use -D option for git format-patch"Masahiro Yamada2015-09-091-1/+1
* buildman: Correct 'Series-cover-cc' detection logicSimon Glass2015-08-311-1/+1
* patman: use -D option for git format-patchMasahiro Yamada2015-08-261-1/+1
* patman: Don't run patman when it is imported as a moduleSimon Glass2015-07-311-1/+4