pub fn import_git_tree(
heddle_repo: &Repository,
repo: &Repository,
tree_oid: ObjectId,
) -> GitResult<ContentHash>Expand description
Import a Git tree as a Heddle tree.
pub fn import_git_tree(
heddle_repo: &Repository,
repo: &Repository,
tree_oid: ObjectId,
) -> GitResult<ContentHash>Import a Git tree as a Heddle tree.