aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-04patman: Ignore all Gerrit Commit-* tagsSimon Glass1-1/+1
2013-04-04patman: Minor help message/README fixesSimon Glass2-3/+3
2013-04-04patman: Fix the comment in CheckTags to mention multiple tagsSimon Glass1-2/+3
2013-04-04patman: Don't allow spaces in tagsSimon Glass1-1/+1
2013-04-04patman: Fix up checkpatch parsing to deal with 'CHECK' linesSimon Glass2-62/+112
2013-04-04patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass3-4/+27
2013-04-04patman: Allow specifying the message ID your series is in reply toDoug Anderson2-2/+9
2013-04-04patman: Make "Reviewed-by" an important tagDoug Anderson2-4/+4
2013-04-04patman: Add additional git utiltiesSimon Glass1-1/+123
2013-04-04patman: Allow reading metadata from a list of commitsSimon Glass1-7/+29
2013-04-04patman: Allow commands to raise on error, or notSimon Glass2-7/+13
2013-04-04patman: Make command methods return a CommandResultSimon Glass3-24/+64
2013-04-04patman: Add cros_subprocess library to manage subprocessesSimon Glass1-0/+397
2013-04-04patman: Use bright ANSI colours by defaultSimon Glass1-8/+11
2013-04-04patman: Use ANSI colours only when outputting to a terminalSimon Glass1-2/+9
2013-01-31patman: Allow use outside of u-boot treeVadim Bendebury2-9/+15
2013-01-31patman: Add settings to the list of modules to doctestDoug Anderson1-2/+3
2013-01-31patman: Add the concept of multiple projectsDoug Anderson4-4/+208
2013-01-31patman: Add support for settings in .patmanDoug Anderson4-6/+54
2013-01-31patman: Add a call to get_maintainer.pl if it existsDoug Anderson3-2/+74
2013-01-31patman: Add all CC addresses to the cover letterDoug Anderson3-2/+15