Function get_history

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

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.