aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/git_config_with_empty_value
AgeCommit message (Collapse)Author
2015-09-06fix(config): ignore empty values in config fileSebastian Thiel
Similar to git, we now ignore options which have no value. Previously it would not handle it consistently, and throw a parsing error the first time the cache was built. Afterwards, it was fully usable though. Now we specifically check for the case of no-value options instead. Closes #349