pub fn merge_commit_trees(
    repo: &dyn Repo,
    commits: &[Commit]
) -> Result<Tree, TreeMergeError>