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.
2 parents 8e9481b + 5982ff7 commit 0f4d5ceCopy full SHA for 0f4d5ce
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