go-gitconfig icon indicating copy to clipboard operation
go-gitconfig copied to clipboard

Use goconfig for parsing instead of the git-config command

Open muja opened this issue 6 years ago • 0 comments

It should be better performing and not rely on the git command: goconfig

We can simply look for gitconfig files and their precedence according to git's rules, and then use that library.

muja avatar Jan 06 '18 16:01 muja