Skip to main content

attribution_repo

Function attribution_repo 

Source
pub fn attribution_repo(
    repo: &GitRepo,
    from: GitHash,
) -> Result<Vec<AttributionEvent>>
Expand description

Walk every commit reachable from from and build its attribution timeline.

§Errors

Propagates any git_core read error encountered while walking.