aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/git_config_with_comments
AgeCommit message (Collapse)Author
2015-01-10Implemented multi-line parsing of git-config to the point where a sepcific ↵Sebastian Thiel
test-file is working. This brings us much closer to what git can do, and should at least prevent errors while reading configuration files (which would break a lot of features, like handling of remotes since these rely reading configuration files). Fixes #112