aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/patchstream.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-25Add information for skipped commit optionsPatrick Delaunay1-0/+3
2020-07-25patman: Detect unexpected ENDPatrick Delaunay1-0/+4
2020-07-24patman: Support collecting response tags in PatchstreamSimon Glass1-5/+16
2020-07-24patman: Allow creating patches for another branchSimon Glass1-3/+5
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-28/+8
2020-07-20Add information for skipped commit optionsPatrick Delaunay1-0/+3
2020-07-20patman: Detect unexpected ENDPatrick Delaunay1-0/+4
2020-07-20patman: Support collecting response tags in PatchstreamSimon Glass1-5/+16
2020-07-20patman: Allow creating patches for another branchSimon Glass1-3/+5
2020-05-29patman: Support multi-line changes in changelogsSean Anderson1-8/+27
2020-05-29patman: Add new tags for finer-grained changelog controlSean Anderson1-29/+52
2020-04-26patman: Move to absolute importsSimon Glass1-4/+4
2019-11-04patman: Use unicode for file I/OSimon Glass1-2/+2
2019-10-15patman: Use the Change-Id, version, and prefix in the Message-IdDouglas Anderson1-2/+62
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-08patman: Add a functional testSimon Glass1-0/+13
2017-06-08patman: Don't return the series in FixPatches()Simon Glass1-1/+0
2017-06-08patman: Don't report unicode characterSimon Glass1-9/+0
2016-10-09patman: Make print statements python 3.x safePaul Burton1-3/+3
2016-07-11tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng1-2/+3
2016-07-11tools: patman: Handle missing blank line for 'Series-changes'Bin Meng1-2/+8
2016-07-11tools: patman: Generate cover letter correctly when 'END' is missingBin Meng1-0/+8
2016-07-11tools: patman: Handle tag sections without an 'END'Bin Meng1-0/+20
2016-07-11tools: patman: Use cover_match for 'Cover-letter'Bin Meng1-1/+2
2016-03-14patman: Add a missing space in GetMetaDataForList()Simon Glass1-1/+1
2015-04-18patman: cover letter shows like 00/xx if more than 10 patchesWu, Josh1-2/+5
2015-01-30patman: Check commit_match before stripping leading whitespaceScott Wood1-1/+3
2014-11-26patman: Use the full commit hash for 'git checkout'Simon Glass1-2/+1
2014-09-09buildman: Ignore conflicting tagsSimon Glass1-1/+3
2014-09-09patman: Start with a clean series when neededSimon Glass1-1/+3
2014-09-05patman: Avoid changing the order of tagsSimon Glass1-13/+1
2014-09-05patman: Correct unit tests to run correctlySimon Glass1-2/+5
2014-08-13patman: Move the 'git log' command into a functionSimon Glass1-8/+3
2014-05-16patman: Suppress duplicate signoffs only for real patchesSimon Glass1-1/+2
2014-05-09patman: Avoid duplicate sign-offsSimon Glass1-2/+8
2014-03-22patman: Use Patch-cc: instead of Cc:Simon Glass1-2/+2
2013-11-21patman: add Commit-notes tag and sectionAlbert ARIBAUD1-7/+36
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-18patman: fix gitutil for decorationsAndreas Bießmann1-1/+2
2013-04-08patman: Add Series-process-log tag to sort/uniq change logsSimon Glass1-1/+1
2013-04-08patman: Don't barf if the word 'commit' starts a lineDoug Anderson1-1/+1
2013-04-04patman: Ignore all Gerrit Commit-* tagsSimon Glass1-1/+1
2013-04-04patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass1-0/+8
2013-04-04patman: Make "Reviewed-by" an important tagDoug Anderson1-2/+2
2013-04-04patman: Allow reading metadata from a list of commitsSimon Glass1-7/+29
2013-04-04patman: Make command methods return a CommandResultSimon Glass1-1/+1
2012-11-04patman: Add additional tags to ignoreSimon Glass1-2/+2
2012-10-19patman: force git log commands to not use colorAlbert ARIBAUD1-1/+2
2012-09-02patman: don't mess with signoffsIlya Yanok1-11/+2
2012-09-02patman: don't pick changes while processing patchesIlya Yanok1-1/+2