Function commit_range

Source
pub fn commit_range(
    repo: &dyn Repo,
    head_to_base: impl RangeBounds<Oid>,
) -> Result<Vec<Oid>>