aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/gitutil.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-09patman: Rename Color() method to build()Simon Glass1-3/+3
2022-02-09patman: Convert camel case in gitutil.pySimon Glass1-62/+62
2022-02-09patman: Convert camel case in command.pySimon Glass1-23/+23
2022-01-13patman: Support absolute and ~user-relative alias filesBrian Norris1-3/+8
2021-03-22patman: Quieten down the alias checkingSimon Glass1-25/+20
2020-12-22patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich1-2/+4
2020-12-13patman: Drop unicode helper functionsSimon Glass1-2/+1
2020-11-14patman: 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-24patman: Allow creating patches for another branchSimon Glass1-5/+14
2020-07-24patman: 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-09patman: Use a dict in gitutil to avoid importing seriesSimon Glass1-5/+4
2020-07-09patman: Drop unnecessary import in gitutilSimon Glass1-1/+0
2020-05-29patman: 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-10patman: Tidy up a few more unicode conversionsSimon Glass1-3/+1
2019-07-10patman: Move unicode helpers to toolsSimon Glass1-2/+2
2019-07-10patman: Convert print statements to Python 3Simon Glass1-5/+5
2019-07-10patman: 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-08patman: Rename 'str' variable in EmailPatches()Simon Glass1-3/+3
2017-06-08patman: 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-18patman: Adjust command.Output() to raise an error by defaultSimon Glass1-1/+2
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass1-0/+5
2016-01-20patman: 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-15buildman: Fix incorrect arguemnt in GetUpstream()Simon Glass1-1/+1
2015-01-30patman: Make dry-run output match real functionalityPeter Tyser1-1/+2
2015-01-14buildman: Allow specifying a range of commits to buildSimon Glass1-5/+19
2015-01-14buildman: Try to guess the upstream commitSimon Glass1-9/+59
2014-09-09patman: 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