diff options
author | JJ Graham <thetwoj@gmail.com> | 2019-10-20 15:40:06 -0500 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-21 13:10:28 +0200 |
commit | b303cb0c5995bf9c74db34a8082cdf5258c250fe (patch) | |
tree | 4c5c0a42b1f45e10dd2737eb787a30f417410dec /git/cmd.py | |
parent | 6fd090293792884f5a0d05f69109da1c970c3cab (diff) | |
download | gitpython-b303cb0c5995bf9c74db34a8082cdf5258c250fe.tar.gz |
Initial stab at fixing diffs involving submodule changes
Diffstat (limited to 'git/cmd.py')
-rw-r--r-- | git/cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ __all__ = ('Git',) def handle_process_output(process, stdout_handler, stderr_handler, finalizer=None, decode_streams=True): - """Registers for notifications to lean that process output is ready to read, and dispatches lines to + """Registers for notifications to learn that process output is ready to read, and dispatches lines to the respective line handlers. This function returns once the finalizer returns |