Tilak Raaz [off-list ref] writes:
The config parser previously threw a hard error if 'submodule.active'
was provided without a value, causing commands to abort.
The standard helper to use is config_error_nonbool() when you need
to report a section.variable defined this way
[section]
variable
without "= value", and section.variable cannot be a Boolean true.
The patch seems to be heavily whitespace damaged, and cannot be
used, though.
Thanks.