summaryrefslogtreecommitdiffstats
path: root/git_config.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change print statements to work in python3Sarah Owens2012-11-131-3/+3
* Merge "Change usages of xrange() to range()"Conley Owens2012-11-121-1/+1
|\
| * Change usages of xrange() to range()Sarah Owens2012-11-011-1/+1
* | Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-071-2/+2
|/
* Use python3 urllib when urllib2 not availableSarah Owens2012-10-311-4/+15
* Even more coding style cleanupDavid Pursehouse2012-10-301-2/+3
* Use modern Python exception syntaxSarah Owens2012-10-231-3/+3
* Coding style cleanupDavid Pursehouse2012-10-091-16/+16
* Permit - in URL schemes for special URLsShawn O. Pearce2012-03-141-1/+1
* upload: Support uploading to Gerrit over https://v1.7.8.2Shawn O. Pearce2012-01-111-48/+27
* upload: Honor REPO_HOST_PORT_INFO environment variablev1.7.7.3Shawn O. Pearce2011-10-111-0/+10
* Fix AttributeError: 'HTTPError' object has no attribute 'reason'v1.7.7.2Shawn O. Pearce2011-10-111-6/+5
* sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce2011-09-281-0/+6
* Add support for url.*.insteadofShawn O. Pearce2011-09-191-0/+9
* Honor http_proxy variable globallyShawn O. Pearce2011-09-111-6/+0
* Honor 'http_proxy' environment variableAnatol Pomozov2011-07-201-0/+6
* upload: Catch and cleanly report connectivity errorsShawn O. Pearce2011-01-091-3/+7
* Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson2010-12-211-60/+88
* Only delete corrupt pickle config files if they existUlrik Sjölin2010-10-291-2/+4
* Check for existing SSH ControlMasterDoug Anderson2010-10-291-12/+41