summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Git.transform_kwargFrantišek Nečas2019-07-291-1/+1
* Added a Dockerfile that creates a clean Ubuntu Xenial test environmentJames E. King III2019-05-051-2/+5
* Update cmd.py, fix PermissionError issue using best practicescclauss2019-05-051-13/+9
* Fix setup.py and use of requirements files.James E. King III2019-05-051-1/+2
* Fix docstring in cmd moduleDerek2018-12-221-1/+1
* Exclude kwarg when NoneAndrew Rabert2018-08-051-2/+2
* Fix TypeError in git.execute(..., output_stream=file)Dmitry Nikulin2018-08-051-1/+1
* 648 max_chunk_size can be now set to control output_stream behaviorPiotr Babij2018-05-181-7/+12
* Unnecessary generator - rewrite as a dict comprehensionHugo2018-03-181-3/+3
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-4/+4
* Replace function call with set literalHugo2018-03-181-4/+4
* Drop support for EOL Python 2.6Hugo2018-03-181-3/+2
* Fix encoding issue with stderr_value and kill_after_timeoutPaul Belanger2017-10-051-2/+2
* Merge branch 'master' into masterSebastian Thiel2017-09-281-8/+134
|\
| * Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel2017-09-281-2/+2
| |\
| * | Minor bug fixesOdegard, Ken2017-07-261-5/+15
| * | Minor additional cleanupOdegard, Ken2017-07-251-27/+50
| * | Renamed GIT_PYTHON_INITERR to GIT_PYTHON_REFRESHOdegard, Ken2017-07-131-27/+36
| * | Removed remaining references to git.setup functionOdegard, Ken2017-07-131-5/+5
| * | Expanded ability of importOdegard, Ken2017-07-131-5/+27
| * | Added ability to silence initial warningOdegard, Ken2017-07-091-4/+13
| * | Moved setup function into top level __init__Odegard, Ken2017-07-091-34/+20
| * | Preliminary implementation of setup/refresh functionsOdegard, Ken2017-07-091-8/+75
* | | Merge branch 'master' into masterSebastian Thiel2017-09-281-2/+2
|\ \ \ | | |/ | |/|
| * | util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard2017-08-251-2/+2
| |/
* | implemented per-call environment variable supportAnson Mansfield2017-07-191-1/+8
|/
* Spelling fixesVille Skyttä2017-03-091-1/+1
* Merge pull request #582 from gitpython-developers/no_devnull_openSebastian Thiel2017-02-251-1/+1
|\
| * fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`no_devnull_openKostis Anagnostopoulos2017-02-101-1/+1
* | Merge pull request #555 from ankostis/cntxtmmanSebastian Thiel2017-02-251-16/+19
|\ \
| * | style(cmd): pythonize cmd-args filtering for PY26, improve docstringKostis Anagnostopoulos2016-12-081-16/+19
| |/
* | fix(cmd): don't try to use TASKKILL on linuxSebastian Thiel2017-02-251-2/+3
|/
* Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel2016-12-081-5/+9
|\
| * Fixes to support Python 2.6 again.Andreas Maier2016-10-241-5/+9
* | chore(lint): flake8Sebastian Thiel2016-12-081-0/+1
|/
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-2/+21
|\
| * cygwin, #533: FIX daemon launchingKostis Anagnostopoulos2016-10-141-4/+7
| * cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos2016-10-141-1/+17
* | Fix some typosSantiago Castro2016-10-201-3/+3
* | Add a test for persistent git optionsBenjamin Poldrack2016-10-181-1/+1
* | Allow for setting git options, that are persistent across subcommand callsBenjamin Poldrack2016-10-181-2/+20
|/
* cmd, #525: Always include stdout+stderr in exceptionsKostis Anagnostopoulos2016-10-141-4/+1
* remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos2016-10-141-1/+1
* remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos2016-10-131-2/+6
* test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos2016-10-131-2/+5
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-1/+5
* repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedirKostis Anagnostopoulos2016-10-121-12/+3
* pumps: FIX don't pump when proc has no streamsKostis Anagnostopoulos2016-10-121-4/+9
* FIX regression by #519 on reading stdout/stderr of cmdsKostis Anagnostopoulos2016-10-021-1/+2
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-4/+8