Function git_historian::parsing::get_history [] [src]

pub fn get_history(sink: &SyncSender<ParsedCommit>)

Parses the Git history and emits a series of ParsedCommits

The parsed commits are pushed to a SyncSender, and are assumed to be consumed by another thread.