aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/series.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-02patman: Correct pylint errorsSimon Glass1-2/+1
2022-02-09patman: Rename Color() method to build()Simon Glass1-6/+6
2022-02-09patman: Convert camel case in gitutil.pySimon Glass1-8/+8
2022-02-09patman: Convert camel case in get_maintainer.pySimon Glass1-1/+1
2022-02-09patman: Convert camel case in commit.pySimon Glass1-1/+1
2021-10-31patman: Add "postfix" support to patch subjectsSean Anderson1-2/+7
2021-03-22patman: Quieten down the alias checkingSimon Glass1-5/+5
2021-03-03fix patman --limit-cc optionBernhard Kirchen1-1/+1
2020-12-13patman: Drop unicode helper functionsSimon Glass1-3/+1
2020-11-14patman: Add a Series-patchwork-url optionSimon Glass1-1/+1
2020-11-05patman: Convert 'Series-xxx' tag errors into warningsSimon Glass1-1/+5
2020-11-05patman: Allow linking a series with patchworkSimon Glass1-1/+1
2020-07-24patman: Move main code out to a control moduleSimon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20patman: Move main code out to a control moduleSimon Glass1-1/+1
2020-07-09patman: Pass in maintainer dirs to avoid and importSimon Glass1-1/+2
2020-05-29patman: Add new tags for finer-grained changelog controlSean Anderson1-2/+13
2020-05-29patman: Suppress empty changelog entriesSean Anderson1-12/+31
2020-04-26patman: Move to absolute importsSimon Glass1-5/+5
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass1-2/+4
2019-11-14patman: fix coverletter cc list with nullsRobert Beckett1-1/+1
2019-11-04patman: Use unicode for file I/OSimon Glass1-1/+1
2019-10-27patman: separate emails in CC list with NULsDmitry Torokhov1-2/+2
2019-07-10patman: Tidy up a few more unicode conversionsSimon Glass1-3/+2
2019-07-10patman: Sort series output for repeatabilySimon Glass1-6/+6
2019-07-10patman: Move unicode helpers to toolsSimon Glass1-1/+2
2018-06-23patman: add option for limiting the Cc listChris Packham1-1/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-11patman: add support for omitting bouncing addressesChris Packham1-0/+5
2017-06-08patman: Rename 'list' variable in MakeCcFile()Simon Glass1-10/+10
2017-06-08patman: Add a maintainer test feature to MakeCcFile()Simon Glass1-2/+6
2017-06-08patman: Adjust handling of unicode email addressSimon Glass1-3/+7
2017-06-08patman: encode CC list to UTF-8Philipp Tomsich1-2/+2
2017-02-08patman: Handle non-ascii characters in namesChris Packham1-1/+2
2016-10-09patman: Make print statements python 3.x safePaul Burton1-18/+20
2016-10-09patman: Replace tabs with spacesPaul Burton1-2/+2
2016-02-24patman: fix series-notes handling for buildmanAlbert ARIBAUD1-1/+4
2015-08-31buildman: Correct 'Series-cover-cc' detection logicSimon Glass1-1/+1
2015-04-23patman: check git format.subjectprefix setting when generate patches prefixWu, Josh1-1/+7
2015-01-30patman: Make dry-run output match real functionalityPeter Tyser1-13/+8
2014-09-21patman: Add a -m option to avoid copying the maintainersSimon Glass1-2/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-09buildman: Allow conflicting tags to avoid spurious errorsSimon Glass1-1/+3
2013-04-08patman: Add Series-process-log tag to sort/uniq change logsSimon Glass1-2/+7
2013-04-08patman: Provide option to ignore bad aliasesSimon Glass1-3/+7
2013-04-04patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass1-3/+8
2013-01-31patman: Add a call to get_maintainer.pl if it existsDoug Anderson1-0/+2
2013-01-31patman: Add all CC addresses to the cover letterDoug Anderson1-1/+11
2013-01-31patman: Cache the CC list from MakeCcFile() for use in ShowActions()Doug Anderson1-4/+9