8000
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 6764878 commit 076446cCopy full SHA for 076446c
git/remote.py
@@ -52,7 +52,6 @@ def add_progress(kwargs, git, progress):
52
given, we do not request any progress
53
:return: possibly altered kwargs"""
54
if progress is not None:
55
- kwargs['universal_newlines'] = True
56
v = git.version_info[:2]
57
if v >= (1, 7):
58
kwargs['progress'] = True
0 commit comments