macgitver / MacGitverModules

DEPRECATED: Modules for MacGitver
5 stars 1 forks source link

Config Dialog #84

Closed scunz closed 9 years ago

scunz commented 10 years ago

Values with dots inside them (which is valid between the first and last dot in the config setting - Woohoo: Only a Torvalds is allowed to create such a concept) are broken down into tree entries, which is obviously wrong.

scunz commented 10 years ago

To be more detailed what a simple git config -l would list as branch.foo.bar.remote=origin is displayed as:

branch
    foo
         bar
             remote = origin

while it should be:

branch
    foo.bar
        remote = origin
antis81 commented 9 years ago

Copied to and referenced in Redmine.