There was an error while loading. Please reload this page.
2 parents 21eda4f + e393f85 commit 22a5929Copy full SHA for 22a5929
1 file changed
git/cmd.py
@@ -338,6 +338,7 @@ def execute(self, command,
338
stderr=PIPE,
339
stdout=PIPE,
340
close_fds=(os.name=='posix'),# unsupported on linux
341
+ bufsize=(10 *1024 * 1024),
342
**subprocess_kwargs
343
)
344
if as_process:
0 commit comments