Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22a5929

Browse files
author
Owen Smith
committed
Merge branch 'fix/popen-buffer' into 0.3
2 parents 21eda4f + e393f85 commit 22a5929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git/cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ def execute(self, command,
338338
stderr=PIPE,
339339
stdout=PIPE,
340340
close_fds=(os.name=='posix'),# unsupported on linux
341+
bufsize=(10 *1024 * 1024),
341342
**subprocess_kwargs
342343
)
343344
if as_process:

0 commit comments

Comments
 (0)