summaryrefslogtreecommitdiff
path: root/tools/patman/gitutil.py
AgeCommit message (Expand)Author
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
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass