Re: [GSoC PATCH] submodule: warn on valueless active config
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
Tilak Raaz <[email protected]> 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.