summaryrefslogtreecommitdiffstats
path: root/git_config.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* upload: Allow review.HOST.username to override emailv1.6.10Shawn O. Pearce2010-07-151-1/+4
* Do not invoke ssh with -p argument when no port has been specified.Josh Guilfoyle2010-06-081-5/+12
* sync: kill git fetch process before SSH control master processv1.6.9.6Shawn O. Pearce2010-05-111-1/+6
* Rename _ssh_sock() to fix code style issue.Nico Sallembien2010-04-271-3/+3
* Honor url.insteadOf when setting up SSH control master connectionv1.6.8.10Ulrik Sjolin2010-01-041-1/+23
* Fix error parsing a non-existant configuration filev1.6.8.7Shawn O. Pearce2009-07-021-2/+4
* git_config: handle configuration entries with no valuesDavid Aguilar2009-06-291-8/+13
* Fix invalid use of try-catchShawn O. Pearce2009-06-161-1/+1
* Don't crash if the ssh client is already deadShawn O. Pearce2009-06-161-2/+5
* Ignore EOFError when reading a truncated pickle filev1.6.8.2Shawn O. Pearce2009-06-121-0/+3
* Add missing return False to preconnectShawn O. Pearce2009-06-121-0/+1
* Allow callers of GitConfig to specify the pickle file pathShawn O. Pearce2009-05-291-4/+8
* Teach GitConfig how to yield subsection namesShawn O. Pearce2009-05-191-0/+5
* Fix ssh://user@hostname/ style URLs parsingv1.6.7.3Shawn O. Pearce2009-04-301-1/+1