mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 09:02:55 +00:00

The documentation is a bit misleading. The subsection name is always case-sensitive, but with a [section.subsection] header, the subsection is transformed to lowercase when the configuration is parsed. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
[core]
|
|
dummy2 = 42
|
|
verylong = 1
|
|
dummy = 1
|
|
|
|
[remote "ab"]
|
|
url = http://example.com/git/ab
|
|
[remote "abba"]
|
|
url = http://example.com/git/abba
|