Log returns a list of commits in the state of given revision of the repository in given path. The returned list is in reverse chronological order.
(repoPath, rev string, opts ...git.LogOptions)
| 15 | // repository in given path. The returned list is in reverse chronological |
| 16 | // order. |
| 17 | Log(repoPath, rev string, opts ...git.LogOptions) ([]*git.Commit, error) |
| 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) |
no outgoing calls
no test coverage detected