summaryrefslogtreecommitdiffstats
path: root/git_command.py
Commit message (Expand)AuthorAgeFilesLines
* Change print statements to work in python3Sarah Owens2012-11-131-2/+3
* Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-071-2/+2
* Even more coding style cleanupDavid Pursehouse2012-10-301-3/+3
* Use modern Python exception syntaxSarah Owens2012-10-231-1/+1
* Rename "dir" variablesMickaël Salaün2012-10-101-4/+4
* Fix bug in version_tuple to handle strings with -rc#Chad Jones2012-07-311-1/+1
* Single quote http.proxy in GIT_CONFIG_PARAMETERSv1.9.4Shawn O. Pearce2012-06-131-1/+1
* Use GIT_CONFIG_PARAMETERS instead of -c for http.proxyv1.9.3Shawn O. Pearce2012-06-051-2/+6
* Pass http_proxy as -c http.proxy on Mac OS XShawn O. Pearce2012-05-251-0/+2
* Stabilize repo communication with subprocesses.Ulrik Sjölin2011-11-291-19/+3
* Enhance HTTP supportShawn O. Pearce2011-09-191-16/+19
* Use os.environ.copy() instead of dict()Shawn O. Pearce2011-01-091-1/+1
* Encode the environment variables passed to gitShawn O. Pearce2011-01-091-4/+7
* sync: kill git fetch process before SSH control master processv1.6.9.6Shawn O. Pearce2010-05-111-1/+28
* Rename _ssh_sock() to fix code style issue.Nico Sallembien2010-04-271-2/+2
* Refactor git version detection for reuseShawn O. Pearce2009-06-121-0/+24
* Work around 'ControlPath too long' on Mac OS XShawn O. Pearce2009-04-211-1/+4
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-181-0/+26
* Fix `repo --trace` to show ref and config loadsShawn O. Pearce2009-04-181-7/+3
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+164