summaryrefslogtreecommitdiffstats
path: root/git_command.py
Commit message (Expand)AuthorAgeFilesLines
* Use hash for ControlPath instead of full variablesAnders Björklund2020-04-151-1/+35
* assume environment always accepts stringsMike Frysinger2020-02-191-13/+9
* project: move successful fetch output behind verboseMike Frysinger2020-02-181-2/+6
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+14
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-4/+4
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-13/+13
* repo: lower min version of git a bitMike Frysinger2020-02-121-2/+11
* repo: raise min version of gitMike Frysinger2020-02-051-1/+2
* git_command: set GIT_HTTP_USER_AGENT on all requestsMike Frysinger2019-10-011-0/+13
* git_command: refactor User-Agent settingsMike Frysinger2019-10-011-49/+79
* move UserAgent to git_command for wider userMike Frysinger2019-10-011-0/+46
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* Add support for partial clone.v1.13.4Xin Li2019-07-161-2/+4
* git_command: drop custom version helperMike Frysinger2019-07-111-12/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Set GIT_SSH_VARIANT when setting GIT_SSHJonathan Nieder2017-10-191-0/+1
* Make "git command" and "forall" work on WindowsRenaud Paquay2017-05-291-21/+8
* Add rpc: to default protocol whitelistv1.12.33Jonathan Nieder2016-02-261-1/+1
* Set GIT_ALLOW_PROTOCOL to limit dangerous protocolsDan Willemsen2015-11-261-0/+3
* git_command: only decode when neededAnthony King2015-06-031-1/+4
* decode the buffer before appendingAnthony King2015-06-031-0/+2
* Always capture output for GitCommandJohn L. Villalovos2015-03-261-12/+52
* Decode git versionChirayu Desai2014-08-201-2/+2
* Share git version parsing code with wrapper modulev1.12.12Conley Owens2014-01-301-11/+3
* Respect version hyphenationv1.12.11Conley Owens2014-01-301-1/+1
* Handle release candidates in git version parsingConley Owens2014-01-301-4/+8
* Fix some python3 encoding issuesChirayu Desai2013-11-211-1/+1
* 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