git: escape string values in configuration
This should handle the special characters that typically occur. Fixes #1206
This commit is contained in:
parent
8b82f52e75
commit
642d9ffe24
6 changed files with 42 additions and 30 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[user]
|
||||
email = user@example.org
|
||||
name = John Doe
|
||||
email = "user@example.org"
|
||||
name = "John Doe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue