summaryrefslogtreecommitdiff
path: root/tools/patman/patchstream.py
AgeCommit message (Expand)Author
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
2014-05-16patman: Suppress duplicate signoffs only for real patchesSimon Glass
2014-05-09patman: Avoid duplicate sign-offsSimon Glass
2014-03-22patman: Use Patch-cc: instead of Cc:Simon Glass
2013-11-21patman: add Commit-notes tag and sectionAlbert ARIBAUD
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-18patman: fix gitutil for decorationsAndreas Bießmann
2013-04-08patman: Add Series-process-log tag to sort/uniq change logsSimon Glass
2013-04-08patman: Don't barf if the word 'commit' starts a lineDoug Anderson
2013-04-04patman: Ignore all Gerrit Commit-* tagsSimon Glass
2013-04-04patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass
2013-04-04patman: Make "Reviewed-by" an important tagDoug Anderson
2013-04-04patman: Allow reading metadata from a list of commitsSimon Glass
2013-04-04patman: Make command methods return a CommandResultSimon Glass
2012-11-04patman: Add additional tags to ignoreSimon Glass
2012-10-19patman: force git log commands to not use colorAlbert ARIBAUD
2012-09-02patman: don't mess with signoffsIlya Yanok
2012-09-02patman: don't pick changes while processing patchesIlya Yanok
2012-09-02patman: fix end of changes detectionIlya Yanok
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass