LocalConfig give access to the repository scoped configuration
()
| 259 | |
| 260 | // LocalConfig give access to the repository scoped configuration |
| 261 | func (repo *GoGitRepo) LocalConfig() Config { |
| 262 | return newGoGitLocalConfig(repo.r) |
| 263 | } |
| 264 | |
| 265 | // GlobalConfig give access to the global scoped configuration |
| 266 | func (repo *GoGitRepo) GlobalConfig() Config { |
no test coverage detected