aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
2017-02-08patman: Handle non-ascii characters in namesChris Packham1-1/+2
2017-02-08patman: Format checkpatch messages for IDE throwbackSimon Glass1-2/+3
2016-10-09patman: Fix doctest StringIO import for python 3.xPaul Burton1-5/+8
2016-10-09patman: Use items() to iterate over dictionariesPaul Burton1-1/+1
2016-10-09patman: Import 'configparser' lower case to be python 3.x safePaul Burton1-1/+5
2016-10-09patman: Make exception handling python 3.x safePaul Burton3-8/+8
2016-10-09patman: Make print statements python 3.x safePaul Burton9-52/+58
2016-10-09patman: Replace tabs with spacesPaul Burton1-2/+2
2016-10-09patman: Flush output when there is no newlineSimon Glass1-0/+2
2016-09-18patman: Add a library to handle logging and progressSimon Glass1-0/+166
2016-09-18patman: Add a tools library for using temporary filesSimon Glass1-0/+120
2016-09-18patman: Adjust command.Output() to raise an error by defaultSimon Glass3-4/+7
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-17buildman: Allow branch names which conflict with directoriesSimon Glass1-0/+5
2016-03-14buildman: patman: Fix -H when installed as a symlinkSimon Glass1-1/+2
2016-03-14patman: Add a missing space in GetMetaDataForList()Simon Glass1-1/+1
2016-02-24patman: fix series-notes handling for buildmanAlbert ARIBAUD1-1/+4
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-20patman: Add --thread optionMateusz Kulikowski2-2/+8
2015-09-09Revert "patman: use -D option for git format-patch"Masahiro Yamada1-1/+1
2015-08-31buildman: Correct 'Series-cover-cc' detection logicSimon Glass1-1/+1
2015-08-26patman: use -D option for git format-patchMasahiro Yamada1-1/+1
2015-07-31patman: Don't run patman when it is imported as a moduleSimon Glass1-1/+4
2015-07-28patman: add distutils based installerChris Packham4-8/+39
2015-04-23patman: check git format.subjectprefix setting when generate patches prefixWu, Josh3-2/+23
2015-04-18patman: cover letter shows like 00/xx if more than 10 patchesWu, Josh1-2/+5
2015-02-15patman: Read in the git-mailrc alias fileSimon Glass1-0/+27
2015-02-15buildman: Fix incorrect arguemnt in GetUpstream()Simon Glass1-1/+1
2015-01-30patman: Explain how to make doc/git-mailrc workSimon Glass1-5/+8
2015-01-30patman: Check commit_match before stripping leading whitespaceScott Wood1-1/+3
2015-01-30patman: Make dry-run output match real functionalityPeter Tyser2-14/+10
2015-01-14buildman: Allow specifying a range of commits to buildSimon Glass1-5/+19
2015-01-14buildman: Try to guess the upstream commitSimon Glass1-9/+59
2014-11-26patman: Use the full commit hash for 'git checkout'Simon Glass1-2/+1
2014-09-21patman: Add a -m option to avoid copying the maintainersSimon Glass3-5/+12
2014-09-09patman: make run results better visibleVadim Bendebury1-1/+6
2014-09-09buildman: Ignore conflicting tagsSimon Glass1-1/+3
2014-09-09patman: Start with a clean series when neededSimon Glass1-1/+3
2014-09-09patman: Provide a way to intercept commands for testingSimon Glass1-0/+20
2014-09-09patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass2-3/+7
2014-09-09patman: Add a way of recording terminal output for testingSimon Glass1-0/+72
2014-09-05patman: Fix detection of git versionSimon Glass1-0/+2
2014-09-05patman: Avoid changing the order of tagsSimon Glass1-13/+1
2014-09-05patman: Use --no-pager' to stop git from forking a pagerSimon Glass1-1/+1
2014-09-05patman: Remove the -a optionSimon Glass2-95/+0
2014-09-05patman: Correct unit tests to run correctlySimon Glass4-14/+22