summaryrefslogtreecommitdiff
path: root/git/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/util.py')
-rw-r--r--git/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/util.py b/git/util.py
index 936789cb..fd95723b 100644
--- a/git/util.py
+++ b/git/util.py
@@ -394,7 +394,6 @@ class RemoteProgress(object):
# find escape characters and cut them away - regex will not work with
# them as they are non-ascii. As git might expect a tty, it will send them
line = self.re_ansi_escape.sub('', line)
- line = line.rstrip()
cur_count, max_count = None, None
match = self.re_op_relative.match(line)