summaryrefslogtreecommitdiff
path: root/tools/patman/gitutil.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-11patman: Tidy up a few more unicode conversionsSimon Glass1-3/+1
2019-07-11patman: Move unicode helpers to toolsSimon Glass1-2/+2
2019-07-11patman: Convert print statements to Python 3Simon Glass1-5/+5
2019-07-11patman: Update cros_subprocess to use bytesSimon Glass1-0/+2
2018-06-23patman: Support using a particular SMTP serverSimon Glass1-1/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-09patman: Rename 'str' variable in EmailPatches()Simon Glass1-3/+3
2017-06-09patman: Adjust handling of unicode email addressSimon Glass1-0/+2
2016-10-09patman: Make exception handling python 3.x safePaul Burton1-6/+6
2016-10-09patman: Make print statements python 3.x safePaul Burton1-3/+3
2016-09-19patman: Adjust command.Output() to raise an error by defaultSimon Glass1-1/+2
2016-03-18buildman: Allow branch names which conflict with directoriesSimon Glass1-0/+5
2016-01-21patman: Add --thread optionMateusz Kulikowski1-1/+5
2015-09-09Revert "patman: use -D option for git format-patch"Masahiro Yamada1-1/+1
2015-08-26patman: use -D option for git format-patchMasahiro Yamada1-1/+1
2015-04-23patman: check git format.subjectprefix setting when generate patches prefixWu, Josh1-0/+11
2015-02-16buildman: Fix incorrect arguemnt in GetUpstream()Simon Glass1-1/+1
2015-01-31patman: Make dry-run output match real functionalityPeter Tyser1-1/+2
2015-01-15buildman: Allow specifying a range of commits to buildSimon Glass1-5/+19
2015-01-15buildman: Try to guess the upstream commitSimon Glass1-9/+59
2014-09-10patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass1-3/+5
2014-09-05patman: Fix detection of git versionSimon Glass1-0/+2
2014-09-05patman: Use --no-pager' to stop git from forking a pagerSimon Glass1-1/+1
2014-09-05patman: Remove the -a optionSimon Glass1-88/+0
2014-09-05patman: Correct unit tests to run correctlySimon Glass1-4/+4
2014-08-28patman: Support the 'reverse' option for 'git log'Simon Glass1-0/+2
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 Glass1-5/+28
2014-07-28patman: make "No recipient" checking more tolerantMasahiro Yamada1-3/+8
2014-07-08patman: Only apply patches when we know the original HEADSimon Glass1-0/+4
2014-05-10patman: Deal with 'git apply' failures correctlySimon Glass1-2/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-14buildman: Produce a sensible error message when branch is missingSimon Glass1-6/+15
2013-04-19patman: fix gitutil for decorationsAndreas Bießmann1-3/+5
2013-04-09patman: Provide option to ignore bad aliasesSimon Glass1-18/+47
2013-04-05patman: Allow specifying the message ID your series is in reply toDoug Anderson1-1/+6
2013-04-05patman: Add additional git utiltiesSimon Glass1-1/+123
2013-04-05patman: Allow commands to raise on error, or notSimon Glass1-1/+2
2013-04-05patman: Make command methods return a CommandResultSimon Glass1-1/+1
2013-02-01patman: Add support for settings in .patmanDoug Anderson1-2/+0
2013-02-01patman: Allow tests to run even if patman is in the pathDoug Anderson1-2/+9
2012-10-20patman: force git log commands to not use colorAlbert ARIBAUD1-1/+1
2012-06-20patman: Handle creation of patman config fileVikram Narayanan1-0/+18
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass1-0/+372