DiffNameOnly returns a list of changed files between base and head revisions of the repository in given path.
(repoPath, base, head string, opts ...git.DiffNameOnlyOptions)
| 11 | // DiffNameOnly returns a list of changed files between base and head revisions |
| 12 | // of the repository in given path. |
| 13 | DiffNameOnly(repoPath, base, head string, opts ...git.DiffNameOnlyOptions) ([]string, error) |
| 14 | // Log returns a list of commits in the state of given revision of the |
| 15 | // repository in given path. The returned list is in reverse chronological |
| 16 | // order. |
no outgoing calls
no test coverage detected