aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-05patman: Fix indentation in terminal.pySimon Glass1-53/+55
2014-08-28patman: Support the 'reverse' option for 'git log'Simon Glass1-0/+2
2014-08-22patman: refactor help messageMasahiro Yamada1-1/+1
2014-08-21tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2-5/+3
2014-08-13patman: Only use git's --no-decorate when availableSimon Glass1-1/+8
2014-08-13patman: Move the 'git log' command into a functionSimon Glass2-13/+31
2014-07-28patman: make "No recipient" checking more tolerantMasahiro Yamada1-3/+8
2014-07-07patman: Only apply patches when we know the original HEADSimon Glass1-0/+4
2014-05-16patman: Suppress duplicate signoffs only for real patchesSimon Glass1-1/+2
2014-05-09patman: Avoid duplicate sign-offsSimon Glass3-2/+23
2014-05-09patman: Deal with 'git apply' failures correctlySimon Glass1-2/+4
2014-03-22patman: Use Patch-cc: instead of Cc:Simon Glass2-11/+14
2013-11-21patman: add Commit-notes tag and sectionAlbert ARIBAUD3-8/+47
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-239/+15
2013-07-15patman: README documentation nits (unit test)Gerhard Sittig1-4/+4
2013-05-14buildman: Produce a sensible error message when branch is missingSimon Glass1-6/+15
2013-05-09patman: Do not hardcode python pathMichal Simek1-1/+1
2013-05-09buildman: Allow conflicting tags to avoid spurious errorsSimon Glass1-1/+3
2013-04-18patman: fix gitutil for decorationsAndreas Bießmann2-4/+7
2013-04-08patman: Add Series-process-log tag to sort/uniq change logsSimon Glass3-4/+16
2013-04-08patman: Add -a option to refrain from test-applying the patchesSimon Glass1-3/+7
2013-04-08patman: Don't barf if the word 'commit' starts a lineDoug Anderson1-1/+1
2013-04-08patman: Provide option to ignore bad aliasesSimon Glass3-24/+61