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

Use gitconfig values in Golang.

Results 4 go-gitconfig issues
Sort by recently updated
recently updated
newest added

The test environment is not fully isolated. An email or username set in the project's own git repo, which is located in the current working directory, interfered with `TestUsername()` or...

It should be better performing and not rely on the git command: [goconfig](https://github.com/muja/goconfig) We can simply look for gitconfig files and their precedence according to git's rules, and then use...

For example, we can use `include` in gitconfig from git version 1.7.10. `Entire()` expect to extract from included file...