aboutsummaryrefslogtreecommitdiff
path: root/git/cmd.py
AgeCommit message (Expand)Author
2018-08-05Exclude kwarg when NoneAndrew Rabert
2018-08-05Fix TypeError in git.execute(..., output_stream=file)Dmitry Nikulin
2018-05-18648 max_chunk_size can be now set to control output_stream behaviorPiotr Babij
2018-03-18Unnecessary generator - rewrite as a dict comprehensionHugo
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2018-03-18Replace function call with set literalHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2017-10-05Fix encoding issue with stderr_value and kill_after_timeoutPaul Belanger
2017-09-28Merge branch 'master' into masterSebastian Thiel
2017-09-28Merge branch 'master' into masterSebastian Thiel
2017-09-28Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel
2017-08-25util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard
2017-07-26Minor bug fixesOdegard, Ken
2017-07-25Minor additional cleanupOdegard, Ken
2017-07-19implemented per-call environment variable supportAnson Mansfield
2017-07-13Renamed GIT_PYTHON_INITERR to GIT_PYTHON_REFRESHOdegard, Ken
2017-07-13Removed remaining references to git.setup functionOdegard, Ken
2017-07-13Expanded ability of importOdegard, Ken
2017-07-09Added ability to silence initial warningOdegard, Ken
2017-07-09Moved setup function into top level __init__Odegard, Ken
2017-07-09Preliminary implementation of setup/refresh functionsOdegard, Ken
2017-03-09Spelling fixesVille Skyttä
2017-02-25Merge pull request #582 from gitpython-developers/no_devnull_openSebastian Thiel
2017-02-25Merge pull request #555 from ankostis/cntxtmmanSebastian Thiel
2017-02-25fix(cmd): don't try to use TASKKILL on linuxSebastian Thiel
2017-02-10fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`no_devnull_openKostis Anagnostopoulos
2016-12-08style(cmd): pythonize cmd-args filtering for PY26, improve docstringKostis Anagnostopoulos
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08chore(lint): flake8Sebastian Thiel
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-18Add a test for persistent git optionsBenjamin Poldrack
2016-10-18Allow for setting git options, that are persistent across subcommand callsBenjamin Poldrack
2016-10-14cygwin, #533: FIX daemon launchingKostis Anagnostopoulos
2016-10-14cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-14cmd, #525: Always include stdout+stderr in exceptionsKostis Anagnostopoulos
2016-10-14remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos
2016-10-13remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos
2016-10-13test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-12repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedirKostis Anagnostopoulos
2016-10-12pumps: FIX don't pump when proc has no streamsKostis Anagnostopoulos
2016-10-02FIX regression by #519 on reading stdout/stderr of cmdsKostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-09-30ci: Capture logging for Popen() execute statements.Kostis Anagnostopoulos
2016-09-28ABANDON select/poll Kostis Anagnostopoulos
2016-09-28remote, #519: INCOMPLETE FIX-2 double-decoding push-infosKostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28io, dif: #519: FIX DIFF freeze when reading from GILKostis Anagnostopoulos