Documentation
¶
Index ¶
Constants ¶
View Source
const ( Committed = "committed" Uncommitted = "uncommitted" Rewritten = "rewritten" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribution ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
func (*Resolver) ResolveAll ¶
func (r *Resolver) ResolveAll(ctx context.Context, paths []string) []Attribution
ResolveAll resolves one page's review records together. Repository state and tracked-file membership are properties of the snapshot, so querying them once avoids two Git processes per record. Introducing commits remain per-path so --follow keeps its rename semantics.
Click to show internal directories.
Click to hide internal directories.