summaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
2018-08-08patman: Correct unit test failureSimon Glass1-0/+0
2018-08-02patman: Show the current directory in GetInputFilename()Simon Glass1-2/+2
2018-08-02patman: Add a few more helpers to the tools librarySimon Glass1-1/+75
2018-08-02patman: Allow test commands to fall back to real onesSimon Glass1-2/+6
2018-07-26patman: Split alias entries on arbitrary whitespaceAdam Sampson1-1/+1
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu4-5/+5
2018-07-09binman: Move capture_sys_output() to test_utilSimon Glass1-0/+21
2018-07-09binman: Move coverage logic into a new test_util fileSimon Glass1-0/+64
2018-06-23patman: Support using a particular SMTP serverSimon Glass3-2/+10
2018-06-23patman: add test for SPDX licenseChris Packham1-2/+16
2018-06-23patman: add option for limiting the Cc listChris Packham3-3/+9
2018-06-07patman: Fix unit tests for SPDXSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini17-37/+19
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2018-01-21patman: Unquote output from get_maintainer.plStefan BrĂ¼ns1-1/+2
2017-11-23patman: Fix up tests to pass with newest checkpatchSimon Glass1-15/+26
2017-09-14patman: Fix error when the email blacklist is missingSimon Glass1-3/+25
2017-09-12patman: add support for omitting bouncing addressesChris Packham3-0/+35
2017-06-09patman: Add a functional testSimon Glass7-2/+459
2017-06-09patman: Rename 'list' variable in MakeCcFile()Simon Glass1-10/+10
2017-06-09patman: Add a maintainer test feature to MakeCcFile()Simon Glass1-2/+6
2017-06-09patman: Add unicode to test patchesSimon Glass1-0/+9
2017-06-09patman: Don't return the series in FixPatches()Simon Glass2-3/+2
2017-06-09patman: Don't report unicode characterSimon Glass1-9/+0
2017-06-09patman: Rename 'str' variable in EmailPatches()Simon Glass1-3/+3
2017-06-09patman: Don't convert input data to unicodeSimon Glass1-4/+0
2017-06-09patman: Adjust handling of unicode email addressSimon Glass2-3/+9
2017-06-09patman: encode CC list to UTF-8Philipp Tomsich1-2/+2
2017-04-13patman: Convert byte arrays to stringsGeorge McCollister1-0/+4
2017-02-08patman: Handle non-ascii characters in namesChris Packham1-1/+2
2017-02-08patman: Format checkpatch messages for IDE throwbackSimon Glass1-2/+3
2016-10-09patman: Fix doctest StringIO import for python 3.xPaul Burton1-5/+8
2016-10-09patman: Use items() to iterate over dictionariesPaul Burton1-1/+1
2016-10-09patman: Import 'configparser' lower case to be python 3.x safePaul Burton1-1/+5
2016-10-09patman: Make exception handling python 3.x safePaul Burton3-8/+8
2016-10-09patman: Make print statements python 3.x safePaul Burton9-52/+58
2016-10-09patman: Replace tabs with spacesPaul Burton1-2/+2
2016-10-09patman: Flush output when there is no newlineSimon Glass1-0/+2
2016-09-19patman: Add a library to handle logging and progressSimon Glass1-0/+166
2016-09-19patman: Add a tools library for using temporary filesSimon Glass1-0/+120
2016-09-19patman: Adjust command.Output() to raise an error by defaultSimon Glass3-4/+7
2016-07-11tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng1-2/+3
2016-07-11tools: patman: Handle missing blank line for 'Series-changes'Bin Meng1-2/+8
2016-07-11tools: patman: Generate cover letter correctly when 'END' is missingBin Meng1-0/+8
2016-07-11tools: patman: Handle tag sections without an 'END'Bin Meng1-0/+20
2016-07-11tools: patman: Use cover_match for 'Cover-letter'Bin Meng1-1/+2
2016-03-18buildman: Allow branch names which conflict with directoriesSimon Glass1-0/+5
2016-03-15buildman: patman: Fix -H when installed as a symlinkSimon Glass1-1/+2
2016-03-15patman: Add a missing space in GetMetaDataForList()Simon Glass1-1/+1
2016-02-25patman: fix series-notes handling for buildmanAlbert ARIBAUD1-1/+4