GitCommand is kept for API compatibility but is unused by the go-git implementation.
| 81 | |
| 82 | // GitCommand is kept for API compatibility but is unused by the go-git implementation. |
| 83 | type GitCommand interface{} |
| 84 | |
| 85 | func NewGitClient(_ *GitCommand) *GitClient { |
| 86 | return &GitClient{repos: make(map[string]*inMemRepo)} |
nothing calls this directly
no outgoing calls
no test coverage detected