GlobalConfig give access to the global scoped configuration
()
| 264 | |
| 265 | // GlobalConfig give access to the global scoped configuration |
| 266 | func (repo *GoGitRepo) GlobalConfig() Config { |
| 267 | return newGoGitGlobalConfig() |
| 268 | } |
| 269 | |
| 270 | // AnyConfig give access to a merged local/global configuration |
| 271 | func (repo *GoGitRepo) AnyConfig() ConfigRead { |
no test coverage detected