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 d6cdafe commit b7cd520Copy full SHA for b7cd520
1 file changed
git/cmd.py
@@ -94,7 +94,7 @@ def handle_process_output(process: 'Git.AutoInterrupt' | Popen,
94
their contents to handlers.
95
Set it to False if `universal_newline == True` (then streams are in text-mode)
96
or if decoding must happen later (i.e. for Diffs).
97
- :param timeout: float, timeout to pass to t.join() in case it hangs. Default = 10.0 seconds
+ :param timeout: float, or None timeout to pass to t.join() in case it hangs. Default = None.
98
"""
99
# Use 2 "pump" threads and wait for both to finish.
100
def pump_stream(cmdline: List[str], name: str, stream: Union[BinaryIO, TextIO], is_decode: bool,
0 commit comments