mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-01 13:47:36 +00:00
The config file parser was not working right if there was no whitespace between the value name and the equals sign. This fixes that.
5 lines
26 B
Plaintext
5 lines
26 B
Plaintext
[a]
|
|
b=c
|
|
[d]
|
|
e = f
|