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.