aboutsummaryrefslogtreecommitdiff
path: root/git_config.py
AgeCommit message (Expand)Author
2020-04-29Parse included files when reading git config filesUlrik Laurén
2020-02-20git_config: add support for repo-specific settingsMike Frysinger
2020-02-19git_config: add GetInt helperMike Frysinger
2020-02-18resort a few module imports to follow PEP8Mike Frysinger
2020-02-12git_config: Stop using backslash to wrap linesDavid Pursehouse
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2020-02-12git_config: Unwrap unnecessarily wrapped lineDavid Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-12Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse
2020-02-08git_config: fix encoding handling in GetUrlCookieFileMike Frysinger
2019-11-12use open context managers in more placesMike Frysinger
2019-08-27rename local trace moduleMike Frysinger
2019-08-03git_config: include project name in missing ref exceptionMike Frysinger
2019-07-04handle binary stream from urllib.request.urlopenMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2018-10-22Add support for long pathsRenaud Paquay
2018-07-24fix some sync error while using python3Dylan Deng
2018-07-24Remove unused pylint suppressionsDavid Pursehouse
2018-02-26Take care of a tilde on cookie file pathDaichi Ueura
2017-08-31Replace all os.remove callsRenaud Paquay
2017-08-30Merge "Fixed upload to remotes with the url ssh://hostname"David Pursehouse
2017-08-30Merge "Add option '--no-cert-checks' for 'upload' sub command."David Pursehouse
2017-08-29Fixed upload to remotes with the url ssh://hostnameChristian Koestlin
2017-08-25When starting a branch, do not use a tag or change value for branch.mergeZac Livingston
2017-08-23Add option '--no-cert-checks' for 'upload' sub command.Łukasz Gardoń
2017-05-26Add option REPO_IGNORE_SSH_INFO to ignore ssh_infoTimo Lotterbach
2016-09-22Revert "Repo: fall back to http, if ssh connection fails for http repos"v1.12.36Dan Willemsen
2016-09-20implement optional 'pushurl' in the manifest fileSteve Rae
2016-09-20Merge "Repo: improve error detection for new ssh connections"David Pursehouse
2016-08-30Repo: fall back to http, if ssh connection fails for http reposTimo Lotterbach
2016-08-30Repo: improve error detection for new ssh connectionsTimo Lotterbach
2015-08-19Support smart-sync through persistent-http[s]Dan Willemsen
2015-06-04git_config: fix _SaveJson typoAnthony King
2015-03-06git_config: add support for remote '.'v1.12.19Yann Droneaud
2014-10-23Support persistent-http(s) review urlsConley Owens
2014-10-09Support specifying non-HEADS refs as upstreamNasser Grainawi
2014-08-19Don't open non-binary files as binaryChirayu Desai
2014-06-30Merge "Fix UrlInsteadOf to handle multiple strings"Conley Owens
2014-05-07Use JSON instead of pickleAnthony King
2014-03-06Fix UrlInsteadOf to handle multiple stringsDan Willemsen
2014-02-04Stop appending 'p/' to review urlsConley Owens
2014-01-31Changes to support sso: repositories for uploadSteve Pucci
2013-11-21Fix some python3 encoding issuesChirayu Desai
2013-09-27Assume http upload if ssh_info cannot be parsedConley Owens
2013-05-25Handle HTTPException when attempting to get ssh_infoDavid Pursehouse
2013-05-23Move Python version checking to a separate moduleDavid Pursehouse
2013-04-18Some fixes for supporting python3Chirayu Desai
2012-11-14Tidy up code formatting a bit moreDavid Pursehouse
2012-11-14Fix inconsistent indentationDavid Pursehouse