summaryrefslogtreecommitdiff
path: root/tools/patman/patchstream.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-09patman: Add a functional testSimon Glass1-0/+13
2017-06-09patman: Don't return the series in FixPatches()Simon Glass1-1/+0
2017-06-09patman: 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-15patman: Add a missing space in GetMetaDataForList()Simon Glass1-1/+1
2015-04-19patman: cover letter shows like 00/xx if more than 10 patchesWu, Josh1-2/+5
2015-01-31patman: Check commit_match before stripping leading whitespaceScott Wood1-1/+3
2014-11-27patman: Use the full commit hash for 'git checkout'Simon Glass1-2/+1
2014-09-10buildman: Ignore conflicting tagsSimon Glass1-1/+3
2014-09-10patman: 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-10patman: Avoid duplicate sign-offsSimon Glass1-2/+8
2014-03-23patman: Use Patch-cc: instead of Cc:Simon Glass1-2/+2
2013-11-22patman: 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-19patman: fix gitutil for decorationsAndreas Bießmann1-1/+2
2013-04-09patman: Add Series-process-log tag to sort/uniq change logsSimon Glass1-1/+1
2013-04-09patman: Don't barf if the word 'commit' starts a lineDoug Anderson1-1/+1
2013-04-05patman: Ignore all Gerrit Commit-* tagsSimon Glass1-1/+1
2013-04-05patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass1-0/+8
2013-04-05patman: Make "Reviewed-by" an important tagDoug Anderson1-2/+2
2013-04-05patman: Allow reading metadata from a list of commitsSimon Glass1-7/+29
2013-04-05patman: Make command methods return a CommandResultSimon Glass1-1/+1
2012-11-04patman: Add additional tags to ignoreSimon Glass1-2/+2
2012-10-20patman: 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
2012-09-02patman: fix end of changes detectionIlya Yanok1-0/+6
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass1-0/+444