Show More
@@ -1352,7 +1352,7 b' class GitRemote(RemoteBase):' | |||
|
1352 | 1352 | _copts = [] |
|
1353 | 1353 | del opts['_bare'] |
|
1354 | 1354 | else: |
|
1355 | _copts = ['-c', 'core.quotepath=false',] | |
|
1355 | _copts = ['-c', 'core.quotepath=false', '-c', 'advice.diverging=false'] | |
|
1356 | 1356 | safe_call = False |
|
1357 | 1357 | if '_safe' in opts: |
|
1358 | 1358 | # no exc on failure |
General Comments 0
You need to be logged in to leave comments.
Login now