MergeBase returns merge base between base and head revisions of the repository in given path.
(repoPath, base, head string, opts ...git.MergeBaseOptions)
| 18 | // MergeBase returns merge base between base and head revisions of the |
| 19 | // repository in given path. |
| 20 | MergeBase(repoPath, base, head string, opts ...git.MergeBaseOptions) (string, error) |
| 21 | // RemoteRemove removes a remote from the repository in given path. |
| 22 | RemoteRemove(repoPath, name string, opts ...git.RemoteRemoveOptions) error |
| 23 | // RepoTags returns a list of tags of the repository in given path. |
no outgoing calls
no test coverage detected