You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for parsing boolean configuration values in the Rust
ConfigSet API. The method follows Git's standard boolean parsing
rules, accepting true/yes/on/1 as true and false/no/off/0 as false.
The implementation reuses the existing get_string() infrastructure
and adds case-insensitive boolean parsing logic.
Signed-off-by: ionnss <[email protected]>
0 commit comments