We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4af7c commit 5982ff7Copy full SHA for 5982ff7
1 file changed
git/cmd.py
@@ -605,6 +605,7 @@ def execute(self, command,
605
proc = Popen(command,
606
env=env,
607
cwd=cwd,
608
+ bufsize=-1,
609
stdin=istream,
610
stderr=PIPE,
611
stdout=with_stdout and PIPE or None,
0 commit comments