Function merge_commit_trees_no_resolve_without_repo

Source
pub fn merge_commit_trees_no_resolve_without_repo(
    store: &Arc<Store>,
    index: &dyn Index,
    commits: &[Commit],
) -> BackendResult<MergedTree>
Expand description

Merges commits without attempting to resolve file conflicts.