Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Only parse git-config supported bool values as bools #90

@Brickster

Description

@Brickster

Git config files support the following boolean representations (case-insensitive):

  • True: yes, on, true, 1
  • False: no, off, false, 0

settings.as_bool should parse with the same logic.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions