Function audit_repo
Source pub fn audit_repo(repo: &GitRepo, from: GitHash) -> Result<Vec<GitAnomaly>>
Expand description
Audit every commit reachable from from (first-parent walk) in repo.
§Errors
Propagates any git_core read error encountered while walking commits.