summaryrefslogtreecommitdiff
path: root/tools/patman/patman.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-11patman: Don't require Python 2Simon Glass1-1/+1
2018-06-23patman: Support using a particular SMTP serverSimon Glass1-1/+4
2018-06-23patman: add option for limiting the Cc listChris Packham1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2017-06-09patman: Add a functional testSimon Glass1-2/+4
2017-06-09patman: Don't return the series in FixPatches()Simon Glass1-2/+2
2016-10-09patman: Make print statements python 3.x safePaul Burton1-6/+6
2016-03-15buildman: patman: Fix -H when installed as a symlinkSimon Glass1-1/+2
2016-01-21patman: Add --thread optionMateusz Kulikowski1-1/+3
2015-07-31patman: Don't run patman when it is imported as a moduleSimon Glass1-1/+4
2015-07-28patman: add distutils based installerChris Packham1-8/+12
2014-09-21patman: Add a -m option to avoid copying the maintainersSimon Glass1-1/+5
2014-09-10patman: make run results better visibleVadim Bendebury1-1/+6
2014-09-05patman: Remove the -a optionSimon Glass1-7/+0
2014-08-22patman: refactor help messageMasahiro Yamada1-1/+1
2014-08-21tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-10patman: Do not hardcode python pathMichal Simek1-1/+1
2013-04-09patman: Add -a option to refrain from test-applying the patchesSimon Glass1-3/+7
2013-04-09patman: Provide option to ignore bad aliasesSimon Glass1-3/+7
2013-04-05patman: Minor help message/README fixesSimon Glass1-2/+2
2013-04-05patman: Allow specifying the message ID your series is in reply toDoug Anderson1-1/+3
2013-02-01patman: Allow use outside of u-boot treeVadim Bendebury1-4/+10
2013-02-01patman: Add settings to the list of modules to doctestDoug Anderson1-2/+3
2013-02-01patman: Add the concept of multiple projectsDoug Anderson1-1/+8
2013-02-01patman: Add support for settings in .patmanDoug Anderson1-0/+3
2013-02-01patman: Add all CC addresses to the cover letterDoug Anderson1-1/+1
2013-02-01patman: Cache the CC list from MakeCcFile() for use in ShowActions()Doug Anderson1-2/+4
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass1-0/+153