MCPcopy Index your code
hub / github.com/gogs/gogs / Log

Method Log

internal/gitutil/module.go:44–46  ·  view source on GitHub ↗
(repoPath, rev string, opts ...git.LogOptions)

Source from the content-addressed store, hash-verified

42}
43
44func (module) Log(repoPath, rev string, opts ...git.LogOptions) ([]*git.Commit, error) {
45 return git.Log(repoPath, rev, opts...)
46}
47
48func (module) MergeBase(repoPath, base, head string, opts ...git.MergeBaseOptions) (string, error) {
49 return git.MergeBase(repoPath, base, head, opts...)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.65

Tested by

no test coverage detected