summaryrefslogtreecommitdiff
path: root/git/remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/remote.py')
-rw-r--r--git/remote.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py
index 7a7b4840..07f5b432 100644
--- a/git/remote.py
+++ b/git/remote.py
@@ -681,7 +681,8 @@ class Remote(LazyMixin, Iterable):
# END for each line
try:
- handle_process_output(proc, stdout_handler, progress_handler, finalize_process)
+ handle_process_output(proc, stdout_handler, progress_handler, finalize_process,
+ decode_stdout=False, decode_stderr=False)
except Exception:
if len(output) == 0:
raise