summaryrefslogtreecommitdiff
path: root/tools/patman/gitutil.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-22patman: Quieten down the alias checkingSimon Glass1-25/+20
2020-12-23patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich1-2/+4
2020-12-13patman: Drop unicode helper functionsSimon Glass1-2/+1
2020-11-15patman: Refactor how the default subcommand worksSimon Glass1-5/+5
2020-11-05patman: Detect missing upstream in CountCommitsToBranchSimon Glass1-3/+7
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak1-0/+42
2020-07-25patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat1-0/+25
2020-07-25patman: Allow creating patches for another branchSimon Glass1-5/+14
2020-07-25patman: Move main code out to a control moduleSimon Glass1-1/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-42/+6
2020-07-20patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat1-0/+25
2020-07-20patman: Allow creating patches for another branchSimon Glass1-5/+14
2020-07-20patman: Move main code out to a control moduleSimon Glass1-1/+3
2020-07-10patman: Use a dict in gitutil to avoid importing seriesSimon Glass1-5/+4
2020-07-10patman: Drop unnecessary import in gitutilSimon Glass1-1/+0
2020-05-30patman: Add an option to create patches without binary contentsBin Meng1-1/+3
2020-04-26patman: Move to absolute importsSimon Glass1-6/+6
2019-11-14patman: fix some typos in commentsAnatolij Gustschin1-2/+2
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