File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1018,12 +1018,8 @@ def execute(
10181018
10191019 :param output_stream:
10201020 If set to a file-like object, data produced by the git command will be
1021- output to the given stream directly.
1022- This feature only has any effect if `as_process` is False. Processes will
1023- always be created with a pipe due to issues with subprocess.
1024- This merely is a workaround as data will be copied from the
1025- output pipe to the given output stream directly.
1026- Judging from the implementation, you shouldn't use this parameter!
1021+ copied to the given stream instead of being returned as a string.
1022+ This feature only has any effect if `as_process` is False.
10271023
10281024 :param stdout_as_string:
10291025 If False, the command's standard output will be bytes. Otherwise, it will be
You can’t perform that action at this time.
0 commit comments