Deprecated: Use repoutil.RepositoryPath instead.
()
| 582 | |
| 583 | // Deprecated: Use repoutil.RepositoryPath instead. |
| 584 | func (r *Repository) RepoPath() string { |
| 585 | return r.repoPath(x) |
| 586 | } |
| 587 | |
| 588 | func (r *Repository) GitConfigPath() string { |
| 589 | return filepath.Join(r.RepoPath(), "config") |
no test coverage detected