summaryrefslogtreecommitdiffstats
path: root/git_config.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Shawn O. Pearce2010-12-221-60/+88
|\
| * Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson2010-12-211-60/+88
* | Merge branch 'stable'Shawn O. Pearce2010-12-071-15/+52
|\|
| * 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
* | Merge branch 'stable'Shawn O. Pearce2010-03-061-1/+23
|\|
| * Honor url.insteadOf when setting up SSH control master connectionv1.6.8.10Ulrik Sjolin2010-01-041-1/+23
* | upload: Catch and cleanly report connectivity errorsShawn O. Pearce2009-08-221-3/+7
* | Merge change 11206Shawn O. Pearce2009-08-171-5/+12
|\ \
| * | Do not invoke ssh with -p argument when no port has been specified.Josh Guilfoyle2009-08-161-5/+12
| |/
* | Only remove a stale pickle file if it existsShawn O. Pearce2009-07-031-2/+4
* | Allow callers to reset the git config cacheShawn O. Pearce2009-07-031-0/+8
|/
* 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
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+344