home-manager/tests/modules/programs/git/git-expected-include.conf
Robert Helgesson 22d03f20fb
git: escape string values in configuration
This should handle the special characters that typically occur.

Fixes #1206

(cherry picked from commit 642d9ffe24)
2020-05-20 23:44:29 +02:00

4 lines
54 B
Plaintext

[user]
email = "user@example.org"
name = "John Doe"