summaryrefslogtreecommitdiffstats
path: root/git_config.py
Commit message (Expand)AuthorAgeFilesLines
* Parse included files when reading git config filesUlrik Laurén2020-04-291-1/+1
* git_config: add support for repo-specific settingsMike Frysinger2020-02-201-1/+9
* git_config: add GetInt helperMike Frysinger2020-02-191-0/+37
* resort a few module imports to follow PEP8Mike Frysinger2020-02-181-2/+2
* git_config: Stop using backslash to wrap linesDavid Pursehouse2020-02-121-7/+6
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+16
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-10/+10
* git_config: Unwrap unnecessarily wrapped lineDavid Pursehouse2020-02-121-3/+1
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-5/+5
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-12/+12
* git_config: fix encoding handling in GetUrlCookieFileMike Frysinger2020-02-081-2/+2
* use open context managers in more placesMike Frysinger2019-11-121-12/+3
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* git_config: include project name in missing ref exceptionMike Frysinger2019-08-031-1/+2
* handle binary stream from urllib.request.urlopenMike Frysinger2019-07-041-1/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Add support for long pathsRenaud Paquay2018-10-221-1/+1
* fix some sync error while using python3Dylan Deng2018-07-241-1/+3
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+1
* Take care of a tilde on cookie file pathDaichi Ueura2018-02-261-2/+5
* Replace all os.remove callsRenaud Paquay2017-08-311-3/+4
* Merge "Fixed upload to remotes with the url ssh://hostname"David Pursehouse2017-08-301-2/+2
|\
| * Fixed upload to remotes with the url ssh://hostnameChristian Koestlin2017-08-291-2/+2
* | Merge "Add option '--no-cert-checks' for 'upload' sub command."David Pursehouse2017-08-301-2/+7
|\ \ | |/ |/|
| * Add option '--no-cert-checks' for 'upload' sub command.Łukasz Gardoń2017-08-231-2/+7
* | When starting a branch, do not use a tag or change value for branch.mergeZac Livingston2017-08-251-2/+10
|/
* Add option REPO_IGNORE_SSH_INFO to ignore ssh_infoTimo Lotterbach2017-05-261-0/+3
* Revert "Repo: fall back to http, if ssh connection fails for http repos"v1.12.36Dan Willemsen2016-09-221-4/+1
* implement optional 'pushurl' in the manifest fileSteve Rae2016-09-201-0/+5
* Merge "Repo: improve error detection for new ssh connections"David Pursehouse2016-09-201-1/+5
|\
| * Repo: improve error detection for new ssh connectionsTimo Lotterbach2016-08-301-1/+5
* | Repo: fall back to http, if ssh connection fails for http reposTimo Lotterbach2016-08-301-1/+4
|/
* Support smart-sync through persistent-http[s]Dan Willemsen2015-08-191-0/+39
* git_config: fix _SaveJson typoAnthony King2015-06-041-1/+1
* git_config: add support for remote '.'v1.12.19Yann Droneaud2015-03-061-1/+1
* Support persistent-http(s) review urlsConley Owens2014-10-231-0/+2
* Support specifying non-HEADS refs as upstreamNasser Grainawi2014-10-091-2/+4
* Don't open non-binary files as binaryChirayu Desai2014-08-191-1/+1
* Merge "Fix UrlInsteadOf to handle multiple strings"Conley Owens2014-06-301-3/+3
|\
| * Fix UrlInsteadOf to handle multiple stringsDan Willemsen2014-03-061-3/+3
* | Use JSON instead of pickleAnthony King2014-05-071-32/+22
|/
* Stop appending 'p/' to review urlsConley Owens2014-02-041-1/+1
* Changes to support sso: repositories for uploadSteve Pucci2014-01-311-1/+4
* Fix some python3 encoding issuesChirayu Desai2013-11-211-2/+2
* Assume http upload if ssh_info cannot be parsedConley Owens2013-09-271-7/+4
* Handle HTTPException when attempting to get ssh_infoDavid Pursehouse2013-05-251-0/+6
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-5/+4
* Some fixes for supporting python3Chirayu Desai2013-04-181-8/+9
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-1/+1
* Fix inconsistent indentationDavid Pursehouse2012-11-141-3/+3