summaryrefslogtreecommitdiffstats
path: root/git_config.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Disable SSH ControlMaster option on CygwinShawn O. Pearce2009-04-231-1/+1
* Fix UnboundLocalError: local variable 'port' when using SSHv1.6.7.2Shawn O. Pearce2009-04-211-5/+4
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-181-1/+80
* Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce2009-04-181-4/+10
* Speed up 'repo start' by removing some forksShawn O. Pearce2009-04-181-4/+44
* Fix `repo --trace` to show ref and config loadsShawn O. Pearce2009-04-181-3/+3
* Enable tracing of ref scans and config unpicklingShawn O. Pearce2009-04-171-1/+3
* Pickle parsed git config filesShawn O. Pearce2009-04-171-0/+38
* Supporrt mixed case subsection names in Git config filesShawn O. Pearce2009-04-171-11/+15
* Only lookup review server '/ssh_info' once per repo processShawn O. Pearce2009-03-251-19/+33
* Produce a useful error if /ssh_info was HTML and not plain textShawn O. Pearce2009-03-251-0/+5
* Handle review URLs pointing directly at GerritShawn O. Pearce2009-03-251-3/+6
* Support Gerrit2's ssh:// based uploadv1.5Shawn O. Pearce2009-01-051-1/+41
* Use remote.*.projectname to indicate the target project for uploadShawn O. Pearce2008-11-061-0/+2
* Add 'repo init --mirror' to download a complete forrestv1.1Shawn O. Pearce2008-11-051-4/+6
* Cache the per-user configuration to avoid duplicate instancesShawn O. Pearce2008-10-291-1/+5