MCPcopy
hub / github.com/go-git/go-git / commitPathIter

Struct commitPathIter

plumbing/object/commit_walker_path.go:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type commitPathIter struct {
11 pathFilter func(string) bool
12 sourceIter CommitIter
13 currentCommit *Commit
14 checkParent bool
15}
16
17// NewCommitPathIterFromIter returns a commit iterator which performs diffTree between
18// successive trees returned from the commit iterator from the argument. The purpose of this is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected