aboutsummaryrefslogtreecommitdiff
path: root/git_command.py
AgeCommit message (Expand)Author
2020-04-15Use hash for ControlPath instead of full variablesAnders Björklund
2020-02-19assume environment always accepts stringsMike Frysinger
2020-02-18project: move successful fetch output behind verboseMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-12Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse
2020-02-12repo: lower min version of git a bitMike Frysinger
2020-02-05repo: raise min version of gitMike Frysinger
2019-10-01git_command: set GIT_HTTP_USER_AGENT on all requestsMike Frysinger
2019-10-01git_command: refactor User-Agent settingsMike Frysinger
2019-10-01move UserAgent to git_command for wider userMike Frysinger
2019-08-27rename local trace moduleMike Frysinger
2019-07-16Add support for partial clone.v1.13.4Xin Li
2019-07-11git_command: drop custom version helperMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2017-10-19Set GIT_SSH_VARIANT when setting GIT_SSHJonathan Nieder
2017-05-29Make "git command" and "forall" work on WindowsRenaud Paquay
2016-02-26Add rpc: to default protocol whitelistv1.12.33Jonathan Nieder
2015-11-26Set GIT_ALLOW_PROTOCOL to limit dangerous protocolsDan Willemsen
2015-06-03git_command: only decode when neededAnthony King
2015-06-03decode the buffer before appendingAnthony King
2015-03-26Always capture output for GitCommandJohn L. Villalovos
2014-08-20Decode git versionChirayu Desai
2014-01-30Share git version parsing code with wrapper modulev1.12.12Conley Owens
2014-01-30Respect version hyphenationv1.12.11Conley Owens
2014-01-30Handle release candidates in git version parsingConley Owens
2013-11-21Fix some python3 encoding issuesChirayu Desai
2012-11-13Change print statements to work in python3Sarah Owens
2012-11-07Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse
2012-10-30Even more coding style cleanupDavid Pursehouse
2012-10-23Use modern Python exception syntaxSarah Owens
2012-10-10Rename "dir" variablesMickaël Salaün
2012-07-31Fix bug in version_tuple to handle strings with -rc#Chad Jones
2012-06-13Single quote http.proxy in GIT_CONFIG_PARAMETERSv1.9.4Shawn O. Pearce
2012-06-05Use GIT_CONFIG_PARAMETERS instead of -c for http.proxyv1.9.3Shawn O. Pearce
2012-05-25Pass http_proxy as -c http.proxy on Mac OS XShawn O. Pearce
2011-11-29Stabilize repo communication with subprocesses.Ulrik Sjölin
2011-09-19Enhance HTTP supportShawn O. Pearce
2011-01-09Use os.environ.copy() instead of dict()Shawn O. Pearce
2011-01-09Encode the environment variables passed to gitShawn O. Pearce
2010-05-11sync: kill git fetch process before SSH control master processv1.6.9.6Shawn O. Pearce
2010-04-27Rename _ssh_sock() to fix code style issue.Nico Sallembien
2009-06-12Refactor git version detection for reuseShawn O. Pearce
2009-04-21Work around 'ControlPath too long' on Mac OS XShawn O. Pearce
2009-04-18Automatically use SSH control master support during syncShawn O. Pearce
2009-04-18Fix `repo --trace` to show ref and config loadsShawn O. Pearce
2008-10-21Initial Contributionv1.0The Android Open Source Project