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