aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/settings.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-24patman: Convert to ArgumentParserSimon Glass1-4/+6
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-6/+4
2020-07-20patman: Convert to ArgumentParserSimon Glass1-4/+6
2020-07-09patman: Avoid importing gitutil in settingsSimon Glass1-4/+3
2020-04-26patman: Move to absolute importsSimon Glass1-3/+3
2020-04-26patman: Drop Python 2 StringIO codeSimon Glass1-4/+1
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-04patman: Use unicode for file I/OSimon Glass1-2/+2
2019-07-10patman: Avoid unicode type in settings unit testsSimon Glass1-8/+8
2019-07-10patman: Move unicode helpers to toolsSimon Glass1-13/+3
2019-07-10patman: Use items() instead of iteritems()Simon Glass1-1/+1
2018-10-08patman: Handle unicode in _ProjectConfigParser testsSimon Glass1-7/+20
2018-07-26patman: Split alias entries on arbitrary whitespaceAdam Sampson1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-13patman: Fix error when the email blacklist is missingSimon Glass1-3/+25
2017-09-11patman: add support for omitting bouncing addressesChris Packham1-0/+18
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 print statements python 3.x safePaul Burton1-7/+9
2015-02-15patman: Read in the git-mailrc alias fileSimon Glass1-0/+27
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-01-31patman: Add the concept of multiple projectsDoug Anderson1-3/+144
2013-01-31patman: Add support for settings in .patmanDoug Anderson1-4/+35
2012-06-19patman: Handle creation of patman config fileVikram Narayanan1-3/+34
2012-06-19patman: Change the location of patman config fileVikram Narayanan1-1/+1
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass1-0/+81