summaryrefslogtreecommitdiff
path: root/tools/patman/gitutil.py
AgeCommit message (Expand)Author
2020-07-20patman: Allow creating patches for another branchSimon Glass
2020-07-20patman: Move main code out to a control moduleSimon Glass
2020-07-09patman: Use a dict in gitutil to avoid importing seriesSimon Glass
2020-07-09patman: Drop unnecessary import in gitutilSimon Glass
2020-05-29patman: Add an option to create patches without binary contentsBin Meng
2020-04-26patman: Move to absolute importsSimon Glass
2019-11-14patman: fix some typos in commentsAnatolij Gustschin
2019-07-10patman: Tidy up a few more unicode conversionsSimon Glass
2019-07-10patman: Move unicode helpers to toolsSimon Glass
2019-07-10patman: Convert print statements to Python 3Simon Glass
2019-07-10patman: Update cros_subprocess to use bytesSimon Glass
2018-06-23patman: Support using a particular SMTP serverSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-08patman: Rename 'str' variable in EmailPatches()Simon Glass
2017-06-08patman: Adjust handling of unicode email addressSimon Glass
2016-10-09patman: Make exception handling python 3.x safePaul Burton
2016-10-09patman: Make print statements python 3.x safePaul Burton
2016-09-18patman: Adjust command.Output() to raise an error by defaultSimon Glass
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass
2016-01-20patman: Add --thread optionMateusz Kulikowski
2015-09-09Revert "patman: use -D option for git format-patch"Masahiro Yamada
2015-08-26patman: use -D option for git format-patchMasahiro Yamada
2015-04-23patman: check git format.subjectprefix setting when generate patches prefixWu, Josh
2015-02-15buildman: Fix incorrect arguemnt in GetUpstream()Simon Glass
2015-01-30patman: Make dry-run output match real functionalityPeter Tyser
2015-01-14buildman: Allow specifying a range of commits to buildSimon Glass
2015-01-14buildman: Try to guess the upstream commitSimon Glass
2014-09-09patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass
2014-09-05patman: Fix detection of git versionSimon Glass
2014-09-05patman: Use --no-pager' to stop git from forking a pagerSimon Glass
2014-09-05patman: Remove the -a optionSimon Glass
2014-09-05patman: Correct unit tests to run correctlySimon Glass
2014-08-28patman: Support the 'reverse' option for 'git log'Simon Glass
2014-08-13patman: Only use git's --no-decorate when availableSimon Glass
2014-08-13patman: Move the 'git log' command into a functionSimon Glass
2014-07-28patman: make "No recipient" checking more tolerantMasahiro Yamada
2014-07-07patman: Only apply patches when we know the original HEADSimon Glass
2014-05-09patman: Deal with 'git apply' failures correctlySimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-14buildman: Produce a sensible error message when branch is missingSimon Glass
2013-04-18patman: fix gitutil for decorationsAndreas Bießmann
2013-04-08patman: Provide option to ignore bad aliasesSimon Glass
2013-04-04patman: Allow specifying the message ID your series is in reply toDoug Anderson
2013-04-04patman: Add additional git utiltiesSimon Glass
2013-04-04patman: Allow commands to raise on error, or notSimon Glass
2013-04-04patman: Make command methods return a CommandResultSimon Glass
2013-01-31patman: Add support for settings in .patmanDoug Anderson
2013-01-31patman: Allow tests to run even if patman is in the pathDoug Anderson
2012-10-19patman: force git log commands to not use colorAlbert ARIBAUD
2012-06-19patman: Handle creation of patman config fileVikram Narayanan