Thanks to visit codestin.com Credit goes to github.com
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 5ca5844 commit e6768ecCopy full SHA for e6768ec
git/cmd.py
@@ -1067,9 +1067,9 @@ def execute(
1067
A dictionary of environment variables to be passed to :class:`subprocess.Popen`.
1068
1069
:param max_chunk_size:
1070
- Maximum number of bytes in one chunk of data passed to the output_stream in
1071
- one invocation of write() method. If the given number is not positive then
1072
- the default value is used.
+ Maximum number of bytes in one chunk of data passed to the `output_stream`
+ in one invocation of its ``write()`` method. If the given number is not
+ positive then the default value is used.
1073
1074
:param strip_newline_in_stdout:
1075
Whether to strip the trailing ``\n`` of the command stdout.
0 commit comments