aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/gitutil.py
AgeCommit message (Expand)Author
2023-11-02buildman: Support upstream branch name containing /Simon Glass
2023-09-23patman: Respect include directive on Git config lookupFei Shao
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer
2023-01-05patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer
2022-02-09patman: Rename Color() method to build()Simon Glass
2022-02-09patman: Convert camel case in gitutil.pySimon Glass
2022-02-09patman: Convert camel case in command.pySimon Glass
2022-01-13patman: Support absolute and ~user-relative alias filesBrian Norris
2021-03-22patman: Quieten down the alias checkingSimon Glass
2020-12-22patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich
2020-12-13patman: Drop unicode helper functionsSimon Glass
2020-11-14patman: Refactor how the default subcommand worksSimon Glass
2020-11-05patman: Detect missing upstream in CountCommitsToBranchSimon Glass
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak
2020-07-25patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat
2020-07-24patman: Allow creating patches for another branchSimon Glass
2020-07-24patman: Move main code out to a control moduleSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat
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