Skip to content

Handle indented comments in git config files #17

@tmzullinger

Description

@tmzullinger

It's perfectly valid for a git config file to contain comments inside
sections, e.g.:

[core]
        # This is a shared repository
        sharedRepository = true

The git tools all parse this fine while GitPython was choking on it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions