Dave Borowitz writes:
> Unrecognized escape sequences are invalid in values:
>
> $ git config -f - --list < [foo]
> bar = "\t\\\y\"\u"
> EOF
> fatal: bad config line 2 in standard input
>
> But in subsection names, the backslash is simply dropped if the
> following character does not
Unrecognized escape sequences are invalid in values:
$ git config -f - --list <
---
Documentation/config.txt | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index b18c0f97fe..f772186c44 100644
--- a/Documentati
2 matches
Mail list logo