[][src]Type Definition radicle_surf::vcs::git::GitHistory

type GitHistory<'repo> = History<Commit<'repo>>;

A History that uses git2::Commit as the underlying artifact.