This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-01 08:49:44 +01:00
Code
Issues
Releases
Wiki
Activity
fc44921818
home-manager
/
tests
/
modules
/
programs
/
git
/
git-expected-include.conf
4 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
git: fix the config output formatting When setting values using the `git config --set` command, git formats the file a bit differently. This changes the output so it maps to that format. Differences: * each `key = value` in a section is prefixed by a tab character * the `=` between the key and the value is surrounded by spaces PR #1069
2020-03-05 15:57:19 +01:00
[user]
git: escape string values in configuration This should handle the special characters that typically occur. Fixes #1206
2020-05-01 00:11:14 +02:00
email = "user@example.org"
name = "John Doe"
Reference in a new issue
Copy permalink