MCPcopy
hub / github.com/gogs/gogs / DiffNameOnly

Method DiffNameOnly

internal/gitutil/module.go:40–42  ·  view source on GitHub ↗
(repoPath, base, head string, opts ...git.DiffNameOnlyOptions)

Source from the content-addressed store, hash-verified

38}
39
40func (module) DiffNameOnly(repoPath, base, head string, opts ...git.DiffNameOnlyOptions) ([]string, error) {
41 return git.DiffNameOnly(repoPath, base, head, opts...)
42}
43
44func (module) Log(repoPath, rev string, opts ...git.LogOptions) ([]*git.Commit, error) {
45 return git.Log(repoPath, rev, opts...)

Callers

nothing calls this directly

Calls 1

DiffNameOnlyMethod · 0.65

Tested by

no test coverage detected