aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/patchstream.py
AgeCommit message (Expand)Author
2020-11-14patman: Correct Change-Ids error message argsSimon Glass
2020-11-05patman: Support listing comments from patchworkSimon Glass
2020-11-05patman: Support parsing of review snippetsSimon Glass
2020-11-05patman: Support updating a branch with review tagsSimon Glass
2020-11-05patman: Fix spelling of plural for warningSimon Glass
2020-11-05patman: Add some tests for warningsSimon Glass
2020-11-05patman: Add a test for PatchStream tagsSimon Glass
2020-11-05patman: Drop unused signoff memberSimon Glass
2020-11-05patman: Convert 'Series-xxx' tag errors into warningsSimon Glass
2020-11-05patman: Attach warnings to individual patchesSimon Glass
2020-11-05patman: Move warning collection to a functionSimon Glass
2020-11-05patman: Fix up argument/return docs in patchstreamSimon Glass
2020-11-05patman: Drop unused args in patchstreamSimon Glass
2020-11-05patman: Rename variables in patchstreamSimon Glass
2020-11-05patman: Rename functions in patchstreamSimon Glass
2020-11-05patman: Fix constant style in patchstreamSimon Glass
2020-11-05patman: Fix indenting in patchstreamSimon Glass
2020-07-25Add information for skipped commit optionsPatrick Delaunay
2020-07-25patman: Detect unexpected ENDPatrick Delaunay
2020-07-24patman: Support collecting response tags in PatchstreamSimon Glass
2020-07-24patman: Allow creating patches for another branchSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20Add information for skipped commit optionsPatrick Delaunay
2020-07-20patman: Detect unexpected ENDPatrick Delaunay
2020-07-20patman: Support collecting response tags in PatchstreamSimon Glass
2020-07-20patman: Allow creating patches for another branchSimon Glass
2020-05-29patman: Support multi-line changes in changelogsSean Anderson
2020-05-29patman: Add new tags for finer-grained changelog controlSean Anderson
2020-04-26patman: Move to absolute importsSimon Glass
2019-11-04patman: Use unicode for file I/OSimon Glass
2019-10-15patman: Use the Change-Id, version, and prefix in the Message-IdDouglas Anderson
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-08patman: Add a functional testSimon Glass
2017-06-08patman: Don't return the series in FixPatches()Simon Glass
2017-06-08patman: Don't report unicode characterSimon Glass
2016-10-09patman: Make print statements python 3.x safePaul Burton
2016-07-11tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng
2016-07-11tools: patman: Handle missing blank line for 'Series-changes'Bin Meng
2016-07-11tools: patman: Generate cover letter correctly when 'END' is missingBin Meng
2016-07-11tools: patman: Handle tag sections without an 'END'Bin Meng
2016-07-11tools: patman: Use cover_match for 'Cover-letter'Bin Meng
2016-03-14patman: Add a missing space in GetMetaDataForList()Simon Glass
2015-04-18patman: cover letter shows like 00/xx if more than 10 patchesWu, Josh
2015-01-30patman: Check commit_match before stripping leading whitespaceScott Wood
2014-11-26patman: Use the full commit hash for 'git checkout'Simon Glass
2014-09-09buildman: Ignore conflicting tagsSimon Glass
2014-09-09patman: Start with a clean series when neededSimon Glass
2014-09-05patman: Avoid changing the order of tagsSimon Glass
2014-09-05patman: Correct unit tests to run correctlySimon Glass
2014-08-13patman: Move the 'git log' command into a functionSimon Glass