Package-level declarations

Types

Link copied to clipboard
data class CommitChange(val changedFiles: List<String>)

One commit's worth of change data: the repo-relative paths of the files it touched.

Link copied to clipboard

Derives temporal (change) coupling from a window of recent commits.