diff options
author | Sam Bull <fox_qwluwc@TrashMail.net> | 2017-10-30 20:18:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 20:18:17 +0000 |
commit | 076446c702fd85f54b5ee94bccacc3c43c040a45 (patch) | |
tree | ac023dc59c53503a1e3bb0f5cdfef07253340c26 /git/remote.py | |
parent | 67648785d743c4fdfaa49769ba8159fcde1f10a8 (diff) | |
download | gitpython-076446c702fd85f54b5ee94bccacc3c43c040a45.tar.gz |
Update remote.py
Diffstat (limited to 'git/remote.py')
-rw-r--r-- | git/remote.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py index e352ab2c..7261be81 100644 --- a/git/remote.py +++ b/git/remote.py @@ -52,7 +52,6 @@ def add_progress(kwargs, git, progress): given, we do not request any progress :return: possibly altered kwargs""" if progress is not None: - kwargs['universal_newlines'] = True v = git.version_info[:2] if v >= (1, 7): kwargs['progress'] = True |