aboutsummaryrefslogtreecommitdiff
path: root/git/cmd.py
AgeCommit message (Expand)Author
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
2016-05-30Make sure that stderr is converted to bytesBarry Scott
2016-05-29Return all the stderr messge after an error is detected for pull()Barry Scott
2016-05-26Use proper syntax for conditional expressionAleksander Nitecki
2016-05-26fix(remote): use universal_newlines for fetch/pushSebastian Thiel
2016-05-26import OrderedDict from git.odict rather than directly from collections, to p...Kenneth Hoste
2016-05-24fix(cmd): fix with_stdout implementationSebastian Thiel
2016-05-24fix(cmd): don't catch progress handler exceptionsSebastian Thiel
2016-05-12Fix order of operators before executing the git commandGuyzmo
2016-04-19Support repeated kwargsVincent Driessen
2016-04-06Make sure .read() and friends always return bytesVincent Driessen
2016-02-24fix(cmd): Use buffered readsColin Snover
2016-02-14fix(cmd): allow improved errors during clone operationSebastian Thiel
2016-02-13fix(cmd): focus !Sebastian Thiel
2016-02-13fix(cmd): safely read from stderrSebastian Thiel
2016-02-07fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel
2015-12-21Fixed a non-Windows importAshley Whetter
2015-10-16Merge pull request #354 from dpursehouse/execute-timeoutSebastian Thiel
2015-10-15fix(cmd): remove unused importSebastian Thiel
2015-10-15doc(cmd): make sure people know wait() may blockSebastian Thiel
2015-10-15Revert "fix(cmd): fixed deadlock when stderr buffer overflow"revert-357-autointerrupt_deadlock_fixSebastian Thiel
2015-10-15fix(cmd): fixed deadlock when stderr buffer overflowIvan Ryabchenko
2015-10-13Run os.kill for all child pids even after some of them are downOswin Nathanial
2015-10-13Update docstring for 'kill_after_timeout' parameterOswin Nathanial
2015-10-13Rename execute param 'timeout' to 'kill_after_timeout'Oswin Nathanial
2015-10-09Only create watchdog and event if timeout is specified in execute commandOswin Nathanial
2015-10-09Raise exception when timeout is used in execute command on WindowsOswin Nathanial
2015-09-28Include 'timeout' parameter in Git executeOswin Nathanial
2015-08-20fix(cmd): make short options with arguments become two separate arguments for...Marcos Dione
2015-07-03fix(cmd): don't open stdout when fetchingSebastian Thiel
2015-07-03fix(cmd): line parsingSebastian Thiel
2015-06-25Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell
2015-05-31fix(git-cmd): set LANGUAGE as wellSebastian Thiel
2015-05-31fix(git-cmd): use LC_ALL instead of LC_MESSAGESSebastian Thiel
2015-04-08fix(cmd): throw GitCommandNotFoundError ...Sebastian Thiel
2015-02-21Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel