summaryrefslogtreecommitdiffstats
path: root/git_config.py
Commit message (Expand)AuthorAgeFilesLines
* 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