Function radicle_cli::terminal::patch::patch_commits

source ยท
pub fn patch_commits<'a>(
    repo: &'a Repository,
    base: &Oid,
    head: &Oid,
) -> Result<Vec<Commit<'a>>, Error>
Expand description

Return commits between the merge base and a head.