aboutsummaryrefslogtreecommitdiffstats
path: root/tools/patman/patman.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Support using a particular SMTP serverSimon Glass2018-06-231-1/+4
* patman: add option for limiting the Cc listChris Packham2018-06-231-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* host-tools: use python2 explicitly for shebangMasahiro Yamada2018-01-281-1/+1
* patman: Add a functional testSimon Glass2017-06-081-2/+4
* patman: Don't return the series in FixPatches()Simon Glass2017-06-081-2/+2
* patman: Make print statements python 3.x safePaul Burton2016-10-091-6/+6
* buildman: patman: Fix -H when installed as a symlinkSimon Glass2016-03-141-1/+2
* patman: Add --thread optionMateusz Kulikowski2016-01-201-1/+3
* patman: Don't run patman when it is imported as a moduleSimon Glass2015-07-311-1/+4
* patman: add distutils based installerChris Packham2015-07-281-8/+12
* patman: Add a -m option to avoid copying the maintainersSimon Glass2014-09-211-1/+5
* patman: make run results better visibleVadim Bendebury2014-09-091-1/+6
* patman: Remove the -a optionSimon Glass2014-09-051-7/+0
* patman: refactor help messageMasahiro Yamada2014-08-221-1/+1
* tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2014-08-211-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* patman: Do not hardcode python pathMichal Simek2013-05-091-1/+1
* patman: Add -a option to refrain from test-applying the patchesSimon Glass2013-04-081-3/+7
* patman: Provide option to ignore bad aliasesSimon Glass2013-04-081-3/+7
* patman: Minor help message/README fixesSimon Glass2013-04-041-2/+2
* patman: Allow specifying the message ID your series is in reply toDoug Anderson2013-04-041-1/+3
* patman: Allow use outside of u-boot treeVadim Bendebury2013-01-311-4/+10
* patman: Add settings to the list of modules to doctestDoug Anderson2013-01-311-2/+3
* patman: Add the concept of multiple projectsDoug Anderson2013-01-311-1/+8
* patman: Add support for settings in .patmanDoug Anderson2013-01-311-0/+3
* patman: Add all CC addresses to the cover letterDoug Anderson2013-01-311-1/+1
* patman: Cache the CC list from MakeCcFile() for use in ShowActions()Doug Anderson2013-01-311-2/+4
* Add 'patman' patch generation, checking and submission scriptSimon Glass2012-04-211-0/+153