Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ Next
Method
Next
plumbing/object/commit.go:551–551 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
549
// CommitIter is a generic closable interface for iterating over commits.
550
type
CommitIter
interface
{
551
Next() (*Commit, error)
552
ForEach(
func
(*Commit) error) error
553
Close()
554
}
Callers
15
TestPlainCloneWithShallowSubmodules
Method · 0.65
TestLog
Method · 0.65
TestLogAll
Method · 0.65
TestLogAllMissingReferences
Method · 0.65
TestLogAllOrderByTime
Method · 0.65
TestLogHead
Method · 0.65
TestLogFileNext
Method · 0.65
TestLogNonHeadFile
Method · 0.65
TestLogInvalidFile
Method · 0.65
TestLogFileWithOtherParamsFail
Method · 0.65
TestLogFileWithOtherParamsPass
Method · 0.65
TestLogLimitNext
Method · 0.65
Implementers
15
mockErrCommitIter
repository_test.go
lazyPackfilesIter
storage/filesystem/object.go
packfileIter
storage/filesystem/object.go
objectsIter
storage/filesystem/object.go
referenceFilteredIter
plumbing/storer/reference.go
ReferenceSliceIter
plumbing/storer/reference.go
MultiReferenceIter
plumbing/storer/reference.go
EncodedObjectLookupIter
plumbing/storer/object.go
EncodedObjectSliceIter
plumbing/storer/object.go
MultiEncodedObjectIter
plumbing/storer/object.go
commitLimitIter
plumbing/object/commit_walker_limit.go
commitPathIter
plumbing/object/commit_walker_path.go
Calls
no outgoing calls
Tested by
15
TestPlainCloneWithShallowSubmodules
Method · 0.52
TestLog
Method · 0.52
TestLogAll
Method · 0.52
TestLogAllMissingReferences
Method · 0.52
TestLogAllOrderByTime
Method · 0.52
TestLogHead
Method · 0.52
TestLogFileNext
Method · 0.52
TestLogNonHeadFile
Method · 0.52
TestLogInvalidFile
Method · 0.52
TestLogFileWithOtherParamsFail
Method · 0.52
TestLogFileWithOtherParamsPass
Method · 0.52
TestLogLimitNext
Method · 0.52