mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 21:44:58 +00:00

'[section] variable' and '[section] variable =' behave differently when parsed as booleans, so we need to store that distinction internally.
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
# A variable name on its own is valid
|
|
[some.section]
|
|
variable
|
|
# A variable and '=' is accepted, but it's not considered true
|
|
variableeq =
|