Documentation
¶
Overview ¶
Package ownership computes code ownership heatmaps from commit history per directory and file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compute ¶
func Compute(ctx context.Context, fetcher *gitlog.Fetcher, commits []commit.Commit) ([]FileOwnership, []DirectoryOwnership)
func FormatHTML ¶
func FormatHTML(files []FileOwnership, dirs []DirectoryOwnership) string
Types ¶
type DirectoryOwnership ¶
Click to show internal directories.
Click to hide internal directories.