aboutsummaryrefslogtreecommitdiff
path: root/git/cmd.py
AgeCommit message (Expand)Author
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
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-28Win, #519: Remove `git.cmd` failback - no longer exists.Kostis Anagnostopoulos
2016-09-28test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos
2016-09-26test, #519: Popen() pump: remove WaitGroupKostis Anagnostopoulos
2016-09-26apveyor, #519: FIX incomplete Popen pumpKostis Anagnostopoulos
2016-09-25test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos
2016-09-11fix(repo): make it serializable with pickleSebastian Thiel
2016-08-02refactor(cmd): streamline usage of creationflagsSebastian Thiel
2016-08-01creationflags must be set to 0 on non-windows platformsBarry Scott
2016-08-01Must pass creationflags as a keyworkBarry Scott
2016-07-29Prevent CMD windows being shown when starting git in a subprocess.Barry Scott
2016-06-15Fix issue #470Barry Warsaw
2016-06-14fix(flake): misc whitespace fixesSebastian Thiel
2016-06-13fix(misc): various cleanupSebastian Thiel
2016-06-06Can get a str object from stream.read rather then bytes.Barry Scott
2016-06-06log all the output from stdout and stderr for debugging process failuresBarry Scott
2016-06-06Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...Barry Scott
2016-06-01Make sure os is not even partly destroyedDavid Danier