diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-06-10 14:18:33 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-06-10 14:50:08 +0200 |
commit | c8c696b3cf0c2441aefaef3592e2b815472f162a (patch) | |
tree | 80cd979a4a0d2d2caea74ac397e8209191a97a8f /git/objects/commit.py | |
parent | 22d2e4a0bfd4c2b83e718ead7f198234e3064929 (diff) | |
download | gitpython-c8c696b3cf0c2441aefaef3592e2b815472f162a.tar.gz |
fix(remote): don't close stdout on fetch/pull
Reverted changes of `fe2fbc5~2`.
This caused `git-pull` to error, which now actually results in a fatal
error while fetching or pulling. Previously we simply didn't check
for this issue.
Now we are back to a `poll` based or threaded concurrent reading from
stdout and stderr to prevent a git process deadlock, and the
aforementioned error.
Related to #297
Diffstat (limited to 'git/objects/commit.py')
0 files changed, 0 insertions, 0 deletions