Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
func (*Analyzer) AnalyzeCommit ¶
func (*Analyzer) DependenciesAtCommit ¶
func (*Analyzer) PrefetchDiffs ¶
PrefetchDiffs pre-computes diffs for all commits using a single git log command. This is much faster than individual git diff-tree calls.
func (*Analyzer) SetRepoPath ¶
SetRepoPath sets the repository path for git shell commands.
type Snapshot ¶
type Snapshot map[SnapshotKey]SnapshotEntry
type SnapshotEntry ¶
type SnapshotKey ¶
Click to show internal directories.
Click to hide internal directories.