write_tree

Function write_tree 

Source
pub fn write_tree<'r>(
    path: &Path,
    bytes: &[u8],
    repo: &'r Repository,
) -> Result<Tree<'r>, Error>
Expand description

Write a tree with the given blob at the given path.