aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/patman.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-26patman: Rename the main moduleSimon Glass1-183/+0
2020-04-21patman: Support erasing a previously unfinished text lineSimon Glass1-1/+1
2019-11-04patman: Move to use Python 3Simon Glass1-1/+1
2019-10-27patman: separate emails in CC list with NULsDmitry Torokhov1-1/+1
2019-07-10patman: 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-08patman: Add a functional testSimon Glass1-2/+4
2017-06-08patman: 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-14buildman: patman: Fix -H when installed as a symlinkSimon Glass1-1/+2
2016-01-20patman: 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-09patman: 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-09patman: Do not hardcode python pathMichal Simek1-1/+1
2013-04-08patman: Add -a option to refrain from test-applying the patchesSimon Glass1-3/+7
2013-04-08patman: Provide option to ignore bad aliasesSimon Glass1-3/+7
2013-04-04patman: Minor help message/README fixesSimon Glass1-2/+2
2013-04-04patman: Allow specifying the message ID your series is in reply toDoug Anderson1-1/+3
2013-01-31patman: Allow use outside of u-boot treeVadim Bendebury1-4/+10
2013-01-31patman: Add settings to the list of modules to doctestDoug Anderson1-2/+3
2013-01-31patman: Add the concept of multiple projectsDoug Anderson1-1/+8
2013-01-31patman: Add support for settings in .patmanDoug Anderson1-0/+3
2013-01-31patman: Add all CC addresses to the cover letterDoug Anderson1-1/+1
2013-01-31patman: 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