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 4ebe407 commit 8a4d9f4Copy full SHA for 8a4d9f4
git/config.py
@@ -501,9 +501,6 @@ def string_decode(v: str) -> str:
501
if pos != -1 and optval[pos - 1].isspace():
502
optval = optval[:pos]
503
optval = optval.strip()
504
- if optval == '""':
505
- optval = ""
506
- # END handle empty string
507
optname = self.optionxform(optname.rstrip())
508
if len(optval) > 1 and optval[0] == '"' and optval[-1] != '"':
509
is_multi_line = True
0 commit comments